rudric 0.1.7

CLI tool for managing secrets in a secure way
Documentation
1
2
3
4
5
6
7
8
pub mod command;
pub mod config;
pub mod crypto;
pub mod db;
pub mod io;
pub mod prompt;
pub mod types;
pub mod utils;