Crate sopass

Crate sopass 

Source
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
sopass configuration handling.
sop
Use the specified SOP implementation.
store
Password store.

Traits§

LeafCommand
Trait for lowest level sub-commands.