6 releases
0.1.0 | Aug 28, 2023 |
---|---|
0.0.5 | Jul 9, 2023 |
0.0.2 | Jun 6, 2023 |
0.0.1 | May 19, 2023 |
#19 in #keyring
7KB
97 lines
This crate is no longer maintained, because it has been renamed secret-lib.
lib.rs
:
Rust library to retrieve secrets from different sources.
The core concept of this library is to abstract the concept of
secret. A secret can be retrieved either from a raw string, from a
command or from a keyring. The associated structure is
Secret
. The usage of this library should be restricted to the
pimalaya project, since the keyring scope is hard coded.
Dependencies
~3–12MB
~121K SLoC