zenkit

Crates.iozenkit
lib.rszenkit
version0.6.3
sourcesrc
created_at2020-12-08 03:38:33.385111
updated_at2021-02-16 21:12:27.202731
descriptionZenkit client library in Rust
homepagehttps://github.com/stevelr/zenkit-rs
repositoryhttps://github.com/stevelr/zenkit-rs
max_upload_size
id320689
size147,828
(stevelr)

documentation

https://docs.rs/zenkit

README

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.

Commit count: 10

cargo fmt