Refactor Cython code (#328)

_msgpack -> _cmsgpack
This commit is contained in:
INADA Naoki 2018-11-14 16:35:37 +09:00 committed by GitHub
parent 2b5f59166b
commit d782464c91
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 17 additions and 40 deletions

4
msgpack/_cmsgpack.pyx Normal file
View file

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