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:
[]
= "0.2"
Documentation
License
Apache-2.0
Contributing
Contributions are welcome! Please see the main repository for details.