nvisy-sdk 0.1.1

Rust client for the Nvisy Server API: authentication, workspace management, and task routing
Documentation
1
2
3
4
5
6
7
8
9
10
//! Service modules for interacting with Nvisy Server API endpoints.
//!
//! Services are implemented as traits on [`Nvisy`], providing
//! a clean and ergonomic API for interacting with different endpoints.
//!
//! [`Nvisy`]: crate::Nvisy

mod monitors;

pub use monitors::*;