# camel-support
> Support utilities for rust-camel
## Overview
`camel-support` provides additional support utilities that build upon `camel-api` and `camel-util`. This crate contains helper functionality that simplifies common patterns when working with the rust-camel framework.
This is primarily an internal crate used by other rust-camel components. Most users will interact with higher-level crates instead.
## Features
- Support types built on `camel-api`
- Helper traits and implementations
- Integration utilities
## Installation
Add to your `Cargo.toml`:
```toml
[dependencies]
camel-support = "0.2"
```
## Documentation
- [API Documentation](https://docs.rs/camel-support)
- [Repository](https://github.com/kennycallado/rust-camel)
## License
Apache-2.0
## Contributing
Contributions are welcome! Please see the [main repository](https://github.com/kennycallado/rust-camel) for details.