ms-cli 0.9.0

Companion CLI for ms-codec — engrave-friendly BIP-39 entropy backups (the ms1 format).
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//! Subcommand handlers. Each module is independent and consumes Phase 1
//! foundation modules + the `ms-codec` library.

pub mod combine;
pub mod decode;
pub mod derive;
pub mod encode;
pub mod gui_schema;
pub mod inspect;
pub mod payload_lang;
pub mod repair;
pub mod split;
pub mod vectors;
pub mod verify;