LICENSE
MANIFEST.in
README.md
pyproject.toml
rust/Cargo.lock
rust/Cargo.toml
rust/pyproject.toml
rust/src/bigram_models.rs
rust/src/detector.rs
rust/src/enums.rs
rust/src/equivalences.rs
rust/src/lib.rs
rust/src/models.rs
rust/src/registry.rs
rust/src/pipeline/ascii.rs
rust/src/pipeline/binary.rs
rust/src/pipeline/bom.rs
rust/src/pipeline/confusion.rs
rust/src/pipeline/escape.rs
rust/src/pipeline/markup.rs
rust/src/pipeline/mod.rs
rust/src/pipeline/orchestrator.rs
rust/src/pipeline/statistical.rs
rust/src/pipeline/structural.rs
rust/src/pipeline/utf1632.rs
rust/src/pipeline/utf8.rs
rust/src/pipeline/validity.rs
rust/target/release/build/target-lexicon-37b885410507af33/out/host.rs
src/chardet/__init__.py
src/chardet/__main__.py
src/chardet/_utils.py
src/chardet/_version.py
src/chardet/cli.py
src/chardet/detector.py
src/chardet/enums.py
src/chardet/equivalences.py
src/chardet/py.typed
src/chardet/registry.py
src/chardet/models/__init__.py
src/chardet/pipeline/__init__.py
src/chardet/pipeline/ascii.py
src/chardet/pipeline/binary.py
src/chardet/pipeline/bom.py
src/chardet/pipeline/confusion.py
src/chardet/pipeline/escape.py
src/chardet/pipeline/markup.py
src/chardet/pipeline/orchestrator.py
src/chardet/pipeline/statistical.py
src/chardet/pipeline/structural.py
src/chardet/pipeline/utf1632.py
src/chardet/pipeline/utf8.py
src/chardet/pipeline/validity.py
src/chardet_rs/__init__.py
src/chardet_rust.egg-info/PKG-INFO
src/chardet_rust.egg-info/SOURCES.txt
src/chardet_rust.egg-info/dependency_links.txt
src/chardet_rust.egg-info/entry_points.txt
src/chardet_rust.egg-info/top_level.txt
tests/test_accuracy.py
tests/test_api.py
tests/test_ascii.py
tests/test_benchmark.py
tests/test_binary.py
tests/test_bom.py
tests/test_cjk_gating.py
tests/test_cli.py
tests/test_confusion.py
tests/test_detector.py
tests/test_enums.py
tests/test_equivalences.py
tests/test_escape.py
tests/test_github_issues.py
tests/test_koi8t.py
tests/test_markup.py
tests/test_models.py
tests/test_orchestrator.py
tests/test_pipeline_types.py
tests/test_registry.py
tests/test_statistical.py
tests/test_structural.py
tests/test_thread_safety.py
tests/test_utf1632.py
tests/test_utf8.py
tests/test_validity.py