crafty-client 0.1.0

In-process and remote (HTTP/3) client API for crafty.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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`.