8 releases

0.6.3 Feb 16, 2021
0.6.2 Feb 16, 2021
0.6.1 Jan 27, 2021
0.5.1 Jan 17, 2021
0.3.1 Dec 8, 2020

#255 in Caching

41 downloads per month
Used in 2 crates

MIT/Apache

135KB
3K SLoC

Zenkit client library in Rust with caching. Supports most types and functions of the documented Zenkit REST API, plus helper functions that make it easier to read, update, and create list items. This library has been used to make client and server apps, WASM libraries, and webhooks.

Documentation is at docs.rs. Official reference at Zenkit API docs

Rust source-code generation

If you are writing a Rust client for Zenkit, check out zk-codegen, which can generate a client library (wrapping this library), with an API derived from the lists and fields defined in your workspace.

Companion cli tool

zenkit-cli has command-line capabilities that may be useful for testing and automation. It may also be useful to view as example code for many of the functions in this library.


lib.rs:

Rust client api for Zenkit

Dependencies

~5–20MB
~281K SLoC