clock-bound-client

Crates.ioclock-bound-client
lib.rsclock-bound-client
version
sourcesrc
created_at2024-04-09 20:14:18.532147+00
updated_at2025-05-07 23:00:47.474482+00
descriptionA Rust library to communicate with ClockBound daemon.
homepage
repositoryhttps://github.com/aws/clock-bound
max_upload_size
id1202816
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`
size0
Jacob Wisniewski (jacoblwisniewski)

documentation

README

Crates.io License

ClockBound client library

A client library to communicate with ClockBound daemon. This client library is written in pure Rust.

Usage

The ClockBound client library requires ClockBound daemon to be running to work.

See ClockBound daemon documentation for installation instructions.

Examples

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.

Building

Run the following to build the source code of this crate using Cargo:

cargo build --release

Security

See CONTRIBUTING for more information.

License

Licensed under the Apache 2.0 license.

Commit count: 36

cargo fmt