ccboard-types - Shared data types for ccboard
This crate contains pure data structures without heavy dependencies. No tokio, no async runtime - just serde-serializable types.
Used by:
- ccboard-core (backend logic)
- ccboard-web (frontend WASM)
- ccboard-tui (terminal UI)