Crates.io | clock-bound-client |
lib.rs | clock-bound-client |
version | |
source | src |
created_at | 2024-04-09 20:14:18.532147+00 |
updated_at | 2025-05-07 23:00:47.474482+00 |
description | A Rust library to communicate with ClockBound daemon. |
homepage | |
repository | https://github.com/aws/clock-bound |
max_upload_size | |
id | 1202816 |
Cargo.toml error: | TOML parse error at line 27, column 1 | 27 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
A client library to communicate with ClockBound daemon. This client library is written in pure Rust.
The ClockBound client library requires ClockBound daemon to be running to work.
See ClockBound daemon documentation for installation instructions.
Source code of a runnable example program can be found at ../examples/rust.
See the README.md in that directory for more details on how to build and run the example.
Run the following to build the source code of this crate using Cargo:
cargo build --release
See CONTRIBUTING for more information.
Licensed under the Apache 2.0 license.