# fido-types
Shared types for the [Fido](https://github.com/ianjamesburke/fido) social platform.
This crate provides the core data models and types used across the Fido ecosystem, including:
- User models
- Post and message structures
- API request/response types
- Common enums and utilities
## Usage
Add this to your `Cargo.toml`:
```toml
[dependencies]
fido-types = "0.1.0"
```
## Documentation
For the full Fido project documentation, see the [main repository](https://github.com/ianjamesburke/fido).
## License
MIT