Crate passless_core

Crate passless_core 

Source
Expand description

Core types and configuration for Passless

This crate contains the core types and configuration structures used by both the build script (for generating shell completions) and the runtime binary.

Re-exports§

pub use config::AppConfig;
pub use config::Args;
pub use config::BackendConfig;
pub use config::Commands;
pub use config::ConfigAction;
pub use config::SecurityConfig;
pub use error::Error;
pub use error::Result;

Modules§

config
Application configuration using clap-serde-derive
error
Error types for Passless