#time #ntp #ec2 #aws #detail

clock-bound-client

A Rust library to communicate with ClockBound daemon

1 stable release

1.0.0 Apr 9, 2024

#534 in Date and time

Download history 132/week @ 2024-04-05 18/week @ 2024-04-12

150 downloads per month

Apache-2.0

82KB
1K SLoC

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.

For Rust programs built with Cargo, add "clock-bound-client" as a dependency in your Cargo.toml.

For example:

[dependencies]
clock-bound-client = "1.0.0"

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:

cargo build

Updating README

This README is generated via cargo-readme. Updating can be done by running:

cargo readme > README.md

Security

See CONTRIBUTING for more information.

License

Licensed under the Apache 2.0 license.

Dependencies

~2–12MB
~94K SLoC