libveezi
A Rust crate to work with the Veezi API.
Features
- Full coverage of Veezi API endpoints
- Asynchronous requests using
reqwest - Strongly typed data structures with
serdefor easy serialization/deserialization
Installation
Add this to your Cargo.toml:
[]
= "0.4.0"
Usage
use VeeziClient;
use Session;
let client = new;
let sessions: = client.get_sessions.await?;