msgpack-python/msgpack/_cmsgpack.pyx

5 lines
134 B
Cython
Raw Normal View History

# coding: utf-8
2018-11-14 20:04:22 +09:00
#cython: embedsignature=True, c_string_encoding=ascii, language_level=3
include "_packer.pyx"
include "_unpacker.pyx"