DISCLAIMER: this OSS is my own personal work and does not have any relationship with Cybozu Inc. or any other organization which I belong to.
WARNING: This library is under development and is likely to undergo incompatible changes in the future.
A client library of Kintone REST APIs for Rust.
See examples in the `examples` directory.
Add following line in your `Cargo.toml` right below `[dependencies]`.
```toml
kintone = { git = "https://github.com/nojima/kintone-rs" }
```