entirely reworked cython wrapper

This commit is contained in:
Celine Mercier
2015-09-28 13:51:35 +02:00
parent 9aaf2d264a
commit 72155c3b73
48 changed files with 698 additions and 488 deletions

View File

@ -1,3 +1,5 @@
#cython: language_level=3
cdef bytes str2bytes(str string)
cdef str bytes2str(bytes string)