We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74cbd64 commit 6da2c51Copy full SHA for 6da2c51
1 file changed
doc/source/intro.rst
@@ -64,6 +64,9 @@ References
64
| Stuart Cheshire and Mary Baker, Stanford University
65
| November 1997
66
67
+.. [Cimpl] | `C Implementation of COBS and COBS/R <http://bitbucket.org/cmcqueen1975/cobs-c>`_
68
+ | Craig McQueen
69
+
70
71
----------------
72
Modules Provided
@@ -174,3 +177,12 @@ The code is released under the MIT license.
174
177
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
175
178
SOFTWARE.
176
179
180
181
+---------------------
182
+Other Implementations
183
184
185
+The author has also developed pure C implementation [Cimpl]_ of both COBS and
186
+COBS/R, developed in close conjunction with this Python module. The C
187
+implementation is very similar to this Python module's C extension
188
+implementation.
0 commit comments