nvisy-rt-sdk 0.1.1

Rust client for the Nvisy Runtime API: direct multimodal redaction
Documentation
1
2
3
4
5
6
7
8
//! Convenient re-exports for common types.
//!
//! ```ignore
//! use nvisy_rt_sdk::prelude::*;
//! ```

pub use crate::client::{NvisyRt, NvisyRtBuilder};
pub use crate::error::{Error, Result};