Skip to main content

max / tagtree

605 B · 28 lines History Blame Raw
1 # TagTree - Todo
2
3 Done: Core implementation. Active: None. Next: Post-beta items below.
4
5 v0.3.0. Audit grade A. 105 tests.
6
7 ---
8
9 ## Remaining
10
11 - [ ] Publish to crates.io (metadata ready, awaiting decision to publish)
12
13 ## Deferred
14
15 - [ ] Serde support (optional feature flag for Serialize/Deserialize on TagConfig)
16 - [ ] `no_std + alloc` support (technically feasible, no current consumers need it)
17
18 ---
19
20 ## Key Paths
21
22 | What | Where |
23 |------|-------|
24 | Library source | `src/lib.rs` |
25 | Tests | `src/lib.rs` (inline `#[cfg(test)]`) |
26 | Benchmarks | `benches/` |
27 | Architecture | `docs/architecture.md` |
28