msgpack-python/msgpack/_cmsgpack.pyx

5 lines
134 B
Cython
Raw Normal View History

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