mirror of
https://github.com/msgpack/msgpack-python.git
synced 2025-11-01 18:10:54 +00:00
parent
2b5f59166b
commit
d782464c91
10 changed files with 17 additions and 40 deletions
4
msgpack/_cmsgpack.pyx
Normal file
4
msgpack/_cmsgpack.pyx
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
# coding: utf-8
|
||||
#cython: embedsignature=True, c_string_encoding=ascii, language_level=2
|
||||
include "_packer.pyx"
|
||||
include "_unpacker.pyx"
|
||||
Loading…
Add table
Add a link
Reference in a new issue