msgpack-python/msgpack/_cmsgpack.pyx
INADA Naoki d782464c91
Refactor Cython code (#328)
_msgpack -> _cmsgpack
2018-11-14 16:35:37 +09:00

4 lines
134 B
Cython

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