# crafty-client
Client API for [crafty](https://crates.io/crates/crafty): typed propose/query helpers,
in-process routing, and remote HTTP/3 clients with leader forwarding and retries.
Use this crate when building application clients that talk to a live cluster.
Most server-side embedders depend on the [`crafty`](https://crates.io/crates/crafty)
facade instead.
## Documentation
- [docs.rs/crafty-client](https://docs.rs/crafty-client)
- [Repository](https://gitlab.com/lemarco/craft)
## License
Dual-licensed under `MIT OR Apache-2.0`.