Expand description
§sanctum-ai
Rust SDK for SanctumAI — credential management for AI agents.
Provides an async client for communicating with a SanctumAI vault over Unix sockets or TCP using JSON-RPC with length-prefix framing and Ed25519 challenge-response authentication.
Re-exports§
pub use client::SanctumClient;pub use error::ErrorCode;pub use error::SanctumError;pub use error::VaultError;pub use types::Credential;pub use types::CredentialInfo;pub use types::UseResult;