[](https://crates.io/crates/clock-bound-client)
[](https://opensource.org/licenses/Apache-2.0)
# 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](../clock-bound-d/README.md) for installation instructions.
### Examples
Source code of a runnable example program can be found at [../examples/rust](../examples/rust).
See the [README.md](../examples/rust/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:
```sh
cargo build --release
```
## Security
See [CONTRIBUTING](../CONTRIBUTING.md#security-issue-notifications) for more information.
## License
Licensed under the [Apache 2.0](LICENSE) license.