nvisy-sdk
Rust client for the Nvisy Server API.
The Nvisy Server provides authentication, workspace management, persistence, and task routing for the Nvisy multimodal redaction platform. Use this crate when connecting through the managed Nvisy service rather than directly to a runtime instance.
Installation
[]
= { = "0.1", = [] }
= { = "1", = ["macros", "rt-multi-thread"] }
Quick Start
use ;
use MonitorService;
async
See the examples/ folder for more.
Features
rustls-tls(default): use rustls for HTTPSnative-tls: use platform-native TLS (mutually exclusive withrustls-tls)tracing: emit tracing spans and events for HTTP requests and client lifecycle
Deployment
The fastest way to get started is with Nvisy Cloud.
To run locally, see the nvisycom/runtime and nvisycom/server repositories.
License
MIT License, see LICENSE.txt
Support
- Documentation: docs.nvisy.com
- API reference: docs.rs/nvisy-sdk
- Issues: github.com/nvisycom/sdk-rs/issues
- Email: support@nvisy.com