Registry / networking / printnanny-services

printnanny-services

JSON →
library0.33.1rscratesunverified

Library of MQTT, API, and other services used by PrintNanny.

# Cargo.toml [dependencies] printnanny-services = "0.33.1"
INSTALL
IMPORT
SIG · PRINTNANNY-SERVICE
P
printnanny-services
networkingrustv0.33.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

PrintNannyClient
use printnanny_services::client::PrintNannyClient;

Creates a PrintNanny API client.

use printnanny_services::client::PrintNannyClient; #[tokio::main] async fn main() -> Result<(), Box<dyn std::error::Error>> { let client = PrintNannyClient::new("https://api.printnanny.ai")?; println!("Client created"); Ok(()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.33.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
printnanny-services — cargo add printnanny-services · libregistry