blob: 01e7d37b1c34f16663322d76a62622a2694379ed [file] [log] [blame]
# distutils: language = c++
# cython: embedsignature = True
include 'src/_imports.pyx'
include 'src/_constants.pyx'
include 'src/_exceptions.pyx'
include 'src/_unicode.pyx'
include 'src/_unicode_mc.pyx'
include 'src/_unicode_mn.pyx'
include 'src/_raise.pyx'
include 'src/_readers.pyx'
include 'src/_writers.pyx'
include 'src/_writer_reallocatable.pyx'
include 'src/_writer_callback.pyx'
include 'src/_decoder.pyx'
include 'src/_encoder.pyx'
include 'src/_exports.pyx'