.gitignore
.readthedocs.yaml
CHANGELOG.md
LICENSE
MANIFEST.in
README.md
check_docstrings.py
pyproject.toml
.github/workflows/build_wheels.yml
doc/Makefile
doc/make.bat
doc/prep.py
doc/requirements.txt
doc/source/api_reference.rst
doc/source/conf.py
doc/source/index.rst
doc/source/_static/css/custom.css
doc/source/_static/img/duck.svg
doc/source/_templates/.gitignore
ducer/__init__.py
ducer/_fst.pyi
ducer.egg-info/PKG-INFO
ducer.egg-info/SOURCES.txt
ducer.egg-info/dependency_links.txt
ducer.egg-info/top_level.txt
rust/Cargo.lock
rust/Cargo.toml
rust/src/automaton.rs
rust/src/buffer.rs
rust/src/lib.rs
rust/src/map.rs
rust/src/set.rs
tests/conftest.py
tests/test_map.py
tests/test_set.py