kingtime 0.0.3

Rust binding for KING OF TIME developer API
Documentation

Rust bindings for the KING OF TIME API Crates.io docs.rs main workflow

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

License