13 unstable releases (3 breaking)

0.4.0 Mar 19, 2024
0.3.3 Dec 13, 2023
0.3.1 Nov 15, 2023
0.2.0 Jul 24, 2023

#1185 in Network programming

Download history 15/week @ 2024-01-21 4/week @ 2024-02-18 19/week @ 2024-02-25 9/week @ 2024-03-10 327/week @ 2024-03-17 84/week @ 2024-03-24 14/week @ 2024-03-31

434 downloads per month

Custom license and LGPL-3.0

23KB
439 lines

Sōzu client

This repository exposes a client to interact with Sōzu. It allows to send one request at a time or batching them using the LoadState commands.

Status

This client is under development, you can use it, but it may have bugs.

Installation

To install this dependency, just add the following line to your Cargo.toml manifest.

sozu-client = "^0.2.0"

Usage

You can use the client like this:

let opts = ConnectionProperties::try_from(&PathBuf::from("path/to/sozu-configuration.toml")).unwrap();
let client = Client::try_new(opts).await.unwrap();

client.send(RequestType::LoadState(...)).await.unwrap();

Contributing

See CONTRIBUTING.md and CODE_OF_CONDUCT.md files.

License

See the LICENSE file.

Getting in touch


lib.rs:

Sōzu client

This library provides a client to interact with Sōzu. The client is able to do one-time request or send batches.

Dependencies

~12–25MB
~341K SLoC