# camel-util
> Utility functions and helpers for rust-camel
## Overview
`camel-util` provides common utility functions and helper types used across the rust-camel ecosystem. This crate contains shared infrastructure that doesn't belong in any specific domain crate but is needed by multiple components.
This is an internal crate that other rust-camel crates depend on. End users typically don't need to use this crate directly.
## Features
- Common error utilities
- Tracing helpers
- Shared infrastructure types
## Installation
Add to your `Cargo.toml`:
```toml
[dependencies]
camel-util = "0.2"
```
## Documentation
- [API Documentation](https://docs.rs/camel-util)
- [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.