rucksack 0.9.0

A terminal-based secrets manager, generator, and importer/exporter (Firefox, Chrome) backed with a concurrent hashmap
Documentation
1
2
3
4
5
//! # (a support module)
pub mod db;
pub mod dedupe;
pub mod record;
pub mod top;