Rust bindings for the KING OF TIME API
Example
Prints if you are at work or not at work.
$ cargo run --example tc -- status
Record the time you start working.
$ cargo run --example tc -- in
Record the time you finished working.
$ cargo run --example tc -- out
Licensed under either of LicenseApache License, Version 2.0 or MIT license at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this crate by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.