kingtime

Crates.iokingtime
lib.rskingtime
version0.0.3
sourcesrc
created_at2021-10-07 03:53:16.121079
updated_at2021-10-11 16:28:12.61083
descriptionRust binding for KING OF TIME developer API
homepage
repositoryhttps://github.com/Idein/kingtime-rs
max_upload_size
id461574
size59,368
Yuichi Nishiwaki (nyuichi)

documentation

https://docs.rs/kingtime

README

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

Licensed under either of Apache 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.
Commit count: 18

cargo fmt