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

#21 in #deprecated

Download history 15/week @ 2023-05-25 190/week @ 2023-06-01 62/week @ 2023-06-08 164/week @ 2023-06-15 58/week @ 2023-06-22 127/week @ 2023-06-29 119/week @ 2023-07-06 168/week @ 2023-07-13 154/week @ 2023-07-20 123/week @ 2023-07-27 73/week @ 2023-08-03 59/week @ 2023-08-10 52/week @ 2023-08-17 78/week @ 2023-08-24 16/week @ 2023-08-31 27/week @ 2023-09-07

186 downloads per month

MIT license

7KB
97 lines

This crate is no longer maintained, because it has been renamed secret-lib.

https://git.sr.ht/~soywod/pimalaya


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–13MB
~134K SLoC