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/equivalences_full.rs
rust/src/lib.rs
rust/src/models.rs
rust/src/py.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/debug/build/target-lexicon-1c669e0cc42c55cf/out/host.rs
rust/target/debug/build/target-lexicon-37cd932037beff9d/out/host.rs
rust/target/debug/build/typenum-5ab41de9c8ed48a1/out/tests.rs
rust/target/debug/incremental/_chardet_rs-01tzffczzu4ey/s-hgoqqs11e5-0fnmljy.lock
rust/target/debug/incremental/_chardet_rs-01tzffczzu4ey/s-hgoqsspkah-1l0572m.lock
rust/target/debug/incremental/_chardet_rs-0uy4jkx724z4a/s-hgoqtwu4ir-0oo7kbu.lock
rust/target/debug/incremental/_chardet_rs-0xsaxlqh30fhb/s-hgoq59vhhu-18cyx6l.lock
rust/target/debug/incremental/_chardet_rs-10epwrv5z1wjl/s-hggp7kq477-1cr916b.lock
rust/target/debug/incremental/_chardet_rs-17mq01qlvyuxp/s-hggp74sxun-026jvv1.lock
rust/target/debug/incremental/_chardet_rs-1n4hqr0jt5ykk/s-hggp7sfr0w-14rnl4q.lock
rust/target/debug/incremental/_chardet_rs-2bbvdys6ag66h/s-hgoorz6z7i-1k6lkx1.lock
rust/target/debug/incremental/_chardet_rs-2bbvdys6ag66h/s-hgop804ehf-0vkmg0k.lock
rust/target/debug/incremental/_chardet_rs-2fq9xnvly71zr/s-hggp74sxuj-0c1o3wg.lock
rust/target/debug/incremental/_chardet_rs-2kbt8ik7zjuxv/s-hggp7kq47f-07cvtai.lock
rust/target/debug/incremental/_chardet_rs-2kbt8ik7zjuxv/s-hggp7s90qd-0r5i2x3.lock
rust/target/debug/incremental/_chardet_rs-2mqshfk50xm9e/s-hgoq59vhia-0ap54cw.lock
rust/target/debug/incremental/_chardet_rs-2vk8gnv9o4hlr/s-hggp0kiz6a-0z3wb3l.lock
rust/target/debug/incremental/test_accury-18yo34lkjq5dq/s-hggp7bsm3r-0pp0uw8.lock
rust/target/debug/incremental/test_accury-18yo34lkjq5dq/s-hggp7cqi57-04r7ua2.lock
rust/target/debug/incremental/test_accury-18yo34lkjq5dq/s-hggp7dctmu-1m0dosu.lock
rust/target/debug/incremental/test_accury-18yo34lkjq5dq/s-hggp7g5sr1-13evuiy.lock
rust/target/debug/incremental/test_accury-2ddqciwq8ye7v/s-hgoq5a6c3a-038g8mb.lock
rust/target/debug/incremental/test_api-0kr86471kp0jt/s-hggp782kma-06skn20.lock
rust/target/debug/incremental/test_api-0kr86471kp0jt/s-hggp7bsm0n-16c31fl.lock
rust/target/debug/incremental/test_api-0kr86471kp0jt/s-hggp7cqi0o-00kjhk6.lock
rust/target/debug/incremental/test_api-3hi2cl69ifpk9/s-hgoq5a6bt7-1iko076.lock
rust/target/debug/incremental/test_ascii-0a2uo7bc7g2s0/s-hgoq5a6bs2-0hn14k3.lock
rust/target/debug/incremental/test_ascii-1zvcc37bg6cza/s-hggp759lxx-1s0a0ff.lock
rust/target/debug/incremental/test_binary-01197buip83j5/s-hgoq5a6dh9-0vp79b0.lock
rust/target/debug/incremental/test_binary-1ewy4pn6bscyd/s-hggp759nz7-1gbju9y.lock
rust/target/debug/incremental/test_bom-1p8rxxp7ipvqy/s-hgoq5a6bqh-0z6vihu.lock
rust/target/debug/incremental/test_bom-2qhk5nwhqfj61/s-hggp759lja-07dvims.lock
rust/target/debug/incremental/test_utf8-311ctf3ahoppf/s-hgoq5a6db6-0b05m5j.lock
rust/target/debug/incremental/test_utf8-3jaud5xyi4d5m/s-hggp759ny6-05usoyl.lock
rust/target/release/build/target-lexicon-13bc6eb752aa3a2b/out/host.rs
rust/target/release/build/target-lexicon-7dae1ebd0da366bc/out/host.rs
rust/target/release/build/target-lexicon-e6fe37c7a3eade6a/out/host.rs
rust/target/release/build/typenum-7f3e24a0164496c9/out/tests.rs
rust/tests/test_accuracy.rs
rust/tests/test_api.rs
rust/tests/test_ascii.rs
rust/tests/test_binary.rs
rust/tests/test_bom.rs
rust/tests/test_utf8.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/exceptions.py
src/chardet/logging.py
src/chardet/py.typed
src/chardet/registry.py
src/chardet/models/__init__.py
src/chardet/models/confusion.bin
src/chardet/models/models.bin
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_cli_coverage.py
tests/test_confusion.py
tests/test_detector.py
tests/test_detector_coverage.py
tests/test_enums.py
tests/test_equivalences.py
tests/test_escape.py
tests/test_exceptions.py
tests/test_fuzzing.py
tests/test_github_issues.py
tests/test_koi8t.py
tests/test_logging_coverage.py
tests/test_markup.py
tests/test_models.py
tests/test_orchestrator.py
tests/test_pipeline_types.py
tests/test_registry.py
tests/test_security_logging.py
tests/test_statistical.py
tests/test_structural.py
tests/test_thread_safety.py
tests/test_utf1632.py
tests/test_utf8.py
tests/test_utils_coverage.py
tests/test_validity.py