oss-vizier 0.2.0

An (unofficial) async client library for OSS Vizier.
docs.rs failed to build oss-vizier-0.2.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: oss-vizier-0.4.0

Client lib for OSS Vizier

Rust Crates.io Documentation Crates.io

Unofficial client library for the OSS Vizier service.

License

Licensed under Apache-2.0. See LICENSE for details.

Examples

conda env create -f environment.yml
conda activate oss-vizier

python run_server.py & 

cargo run --example e2e

See [examples].