ferrex-model
Shared data models for the Ferrex media platform.
This crate provides the core domain types used across the Ferrex ecosystem:
- Media item representations (movies, shows, episodes)
- Library and collection structures
- User and authentication types
- Metadata types (TMDB integration)
Features
serde- Enable serde serialization/deserializationrkyv- Enable zero-copy deserialization with rkyvchrono- Enable chrono datetime typessqlx- Enable SQLx database integration
Usage
[]
= { = "0.1.0-alpha", = ["serde"] }
License
Licensed under MIT OR Apache-2.0.