rust-coinselect 0.1.6

A blockchain-agnostic coin selection library built in Rust.
Documentation
1
2
3
4
5
6
pub mod bnb;
pub mod fifo;
pub mod knapsack;
pub mod leastchange;
pub mod lowestlarger;
pub mod srd;