# TagTree - Todo Done: Core implementation. Active: None. Next: Post-beta items below. v0.3.0. Audit grade A. 105 tests. --- ## Remaining - [ ] Publish to crates.io (metadata ready, awaiting decision to publish) ## Deferred - [ ] Serde support (optional feature flag for Serialize/Deserialize on TagConfig) - [ ] `no_std + alloc` support (technically feasible, no current consumers need it) --- ## Key Paths | What | Where | |------|-------| | Library source | `src/lib.rs` | | Tests | `src/lib.rs` (inline `#[cfg(test)]`) | | Benchmarks | `benches/` | | Architecture | `docs/architecture.md` |