nvisy-sdk 0.1.1

Rust client for the Nvisy Server API: authentication, workspace management, and task routing
Documentation
1
2
3
4
5
//! Data models for the Nvisy Server API.

mod monitor;

pub use monitor::*;