blob: 35584905cad128a584fe4ac3a4e037e37177c17e [file] [log] [blame]
# distutils: language = c++
# cython: embedsignature = True
include 'src/_imports.pyx'
include 'src/_constants.pyx'
include 'src/_exceptions.pyx'
include 'src/_exceptions_decoder.pyx'
include 'src/_exceptions_encoder.pyx'
include 'src/_raise_decoder.pyx'
include 'src/_raise_encoder.pyx'
include 'src/_unicode.pyx'
include 'src/_unicode_mc.pyx'
include 'src/_unicode_mn.pyx'
include 'src/_reader_ucs.pyx'
include 'src/_reader_callback.pyx'
include 'src/_readers.pyx'
include 'src/_decoder.pyx'
include 'src/_writers.pyx'
include 'src/_writer_reallocatable.pyx'
include 'src/_writer_callback.pyx'
include 'src/_writer_noop.pyx'
include 'src/_encoder.pyx'
include 'src/_exports.pyx'