zenkit 0.3.0

Zenkit client library in Rust
Documentation

Rust client library for reading and updating Zenkit workspaces

Documentation is at docs.rs. Also see the official reference at Zenkit API docs

This library has been used for native apps and web apps, and has been used to implement Zenkit Webhooks in WASM on Cloudflare Workers using [wasm-service].

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 also can serve as example code for most of the functions in this library.