msgpack-python/msgpack/_cmsgpack.pyx
2018-11-14 20:04:22 +09:00

4 lines
134 B
Cython

# coding: utf-8
#cython: embedsignature=True, c_string_encoding=ascii, language_level=3
include "_packer.pyx"
include "_unpacker.pyx"