.gitignore
.readthedocs.yaml
CLAUDE.md
LICENSE
Makefile
PERFORMANCE_COMPARISON.md
README.md
RUST_CONVERSION.md
benchmark_demo.py
compare_benchmark.py
prek.toml
pyproject.toml
.devcontainer/Dockerfile
.devcontainer/devcontainer.json
.github/workflows/ci.yml
.github/workflows/release.yml
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/faq.rst
docs/how-it-works.rst
docs/index.rst
docs/performance.rst
docs/requirements.txt
docs/rewrite_performance.md
docs/supported-encodings.rst
docs/usage.rst
docs/api/index.rst
rust/.gitignore
rust/Cargo.toml
rust/Cargo.toml.tmp
rust/pyproject.toml
rust/chardet_rs/__init__.py
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
scripts/benchmark_memory.py
scripts/benchmark_time.py
scripts/compare_detectors.py
scripts/confusion_training.py
scripts/diagnose_accuracy.py
scripts/generate_encoding_table.py
scripts/profile_detection.py
scripts/train.py
scripts/utils.py
scripts/verify_equivalences.py
scripts/tests/test_confusion_training.py
scripts/tests/test_train_build.py
scripts/tests/test_utils.py
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/models/confusion.bin
src/chardet/models/models.bin
src/chardet/models/training_metadata.yaml
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_rs/_chardet_rs.abi3.so.bak
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/__init__.py
tests/conftest.py
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