aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/marisa-trie/iostream.pxd
blob: 435ee85bb0b674de067d6a725738ea77a34d1d85 (plain) (blame)
1
2
3
4
5
6
7
from std_iostream cimport istream, ostream
from trie cimport Trie

cdef extern from "<marisa/iostream.h>" namespace "marisa" nogil:

    istream &read(istream &stream, Trie *trie)
    ostream &write(ostream &stream, Trie &trie)