Skip to content

Commit 6da2c51

Browse files
author
Craig McQueen
committed
Add a reference to my C implementation in the module documentation.
1 parent 74cbd64 commit 6da2c51

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

doc/source/intro.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@ References
6464
| Stuart Cheshire and Mary Baker, Stanford University
6565
| November 1997
6666
67+
.. [Cimpl] | `C Implementation of COBS and COBS/R <http://bitbucket.org/cmcqueen1975/cobs-c>`_
68+
| Craig McQueen
69+
6770
6871
----------------
6972
Modules Provided
@@ -174,3 +177,12 @@ The code is released under the MIT license.
174177
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
175178
SOFTWARE.
176179

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

Comments
 (0)