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
//! Convenient re-exports for common types.
//!
//! This module provides a single import for commonly used types.
//!
//! ```ignore
//! use nvisy_sdk::prelude::*;
//! ```

pub use crate::client::{Nvisy, NvisyBuilder};
pub use crate::error::{Error, Result};