blob: 60407d5005c80db7f05c777a6ea7fd0b905a09f9 [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_options.pyx'
include 'src/_encoder.pyx'
include 'src/_exports.pyx'
include 'src/_legacy.pyx'