Expand description
Library part of the sopass crate.
While sopass is meant to be command line program, the core parts
are implemented as a library that can be used in other programs.
Re-exports§
pub use config::Config;
Modules§
- cmd
- Command line sub-command implementations.
- config
sopassconfiguration handling.- sop
- Use the specified SOP implementation.
- store
- Password store.
Traits§
- Leaf
Command - Trait for lowest level sub-commands.