dabbling around to create a simple CLI with rust
Run the CLI:
cargo run tx-info 45234e45364d5316r14354456344563445642354432
cargo run set-pw
Run the test:
cargo test
Run code formatting:
cargo fmt
cargo clippy
rustup component add rustfmt
Extensions:
cargo build --release
cargo release --no-dev-version [--dry-run]
cargo install cargo-release
Publish rust bin as npm package