seedtool-cli 0.4.0

A command-line tool for generating and transforming cryptographic seeds.
1
2
3
4
5
// use anyhow::Result;

// pub trait Exec {
//     fn exec(&self) -> Result<String>;
// }