# cobble-data-structure
`cobble-data-structure` provides structured, schema-driven wrappers on top of `cobble`.
- Typed `Bytes` / `List` column schema
- Schema evolution via builder-style updates
- Structured wrappers for single-node, distributed, reader, and scan flows
## Storage backend features
`cobble-data-structure` re-exposes `storage-*` features and forwards them to `cobble`.
For the full feature list and usage examples, refer to `cobble`:
https://crates.io/crates/cobble
## Docs
- Project docs: https://cobble-project.github.io/cobble/latest/
- Structured DB guide: https://cobble-project.github.io/cobble/latest/getting-started/structured-db.html
- Repository: https://github.com/cobble-project/cobble