27 个版本 (4 个重大更改)
新功能 0.5.14 | 2024 年 8 月 23 日 |
---|---|
0.5.13 | 2024 年 8 月 23 日 |
0.4.6 | 2024 年 8 月 19 日 |
0.3.1 | 2024 年 8 月 17 日 |
0.1.0 | 2024 年 8 月 16 日 |
#295 in 神奇豆子
每月 1,430 次下载
86KB
1.5K SLoC
一套用于处理价值对价值(V4V)计算和交易的辅助函数。
模块包括
查看 docs.rs 了解所有可用函数。
示例
let splits = vec![1, 98, 1];
let total_sats = 10;
// The crate ensures that
// - even after rounding, the total number of sats is preserved
// - if possible, everyone gets at least 1 sat (and thus their own TLV record)
assert_eq!(v4v::pc20::calc::compute_sat_recipients(&splits, total_sats), vec![1, 8, 1]);
安装
cargo add v4v
贡献
请随时通过在 GitHub 上提交 PR 来贡献。
依赖项
~5–17MB
~241K SLoC