# token_counter
### Purpose
Token count estimation with multiple counting strategies.
### Responsibility
| `mod.rs` | Module root — re-exports `TokenCounter` type and counting strategies |
| `counter.rs` | Token estimation implementations — character-based, word-based, and model-specific strategies |