wikrs 0.4.0

Fast, honest wikitext extraction and parsing in Rust
Documentation
# Rust
/target
/fuzz/target
/fuzz/corpus
/fuzz/artifacts
/fuzz/Cargo.lock
**/*.rs.bk

# Large Wikipedia dumps & generated output — never commit these
/data/
/out/
*.bz2
*.xml.bz2

# parserTests.txt is GPL — fetched at test time (cargo xtask fetch-parser-tests), never committed
/tests/fixtures/parserTests.txt

# Differential harness cache — real Wikipedia pages (CC-BY-SA) fetched by
# `cargo xtask diff-fetch`; never committed. Only the title list is committed.
/tests/diff/cache/

# WikiExtractor Python venv (comparison baseline)
.venv/

# Bliki comparison baseline (downloaded jars + compiled harness)
/tools/bliki/lib/
/tools/bliki/out/
/tools/bliki/.cs

# macOS
.DS_Store

# Editors
*.swp
.idea/
.vscode/

# Local agent/skill scaffolding materialized by the harness — never publish
.agents/