Skip to main content

Crate gloves_core

Crate gloves_core 

Source
Expand description

Core types, errors, and path utilities for gloves.

Re-exports§

pub use error::GlovesError;
pub use error::Result;
pub use error::ValidationError;
pub use paths::SecretsPaths;
pub use secret_ref::SecretRef;
pub use secret_ref::SecretRefParseError;
pub use types::AgentId;
pub use types::Owner;
pub use types::SecretId;
pub use types::SecretValue;

Modules§

error
Error types and result aliases.
paths
Filesystem path definitions.
secret_ref
Portable secret references.
types
Core domain types (SecretId, AgentId, etc.).