entirely reworked cython wrapper
This commit is contained in:
@ -1,3 +1,5 @@
|
||||
#cython: language_level=3
|
||||
|
||||
cdef bytes str2bytes(str string)
|
||||
|
||||
cdef str bytes2str(bytes string)
|
Reference in New Issue
Block a user