6个版本
0.1.16-alpha.0 | 2023年3月31日 |
---|---|
0.1.15-alpha.0 | 2023年3月31日 |
0.1.12-alpha.0 | 2023年1月18日 |
761 在 #bitcoin 中排名
857 每月下载量
在 189 个crate(179直接) 中使用
250KB
702 行
bitcoin-derive
描述
bitcoin-derive
是比特币Rust工作区中的一个proc宏crate,提供用于从C++到Rust转换比特币代码库的各种宏,以及一些可能仍在翻译过程中的函数体。
功能
bitcoin-derive
提供了用于从Bitcoin相关类型派生特质的宏,包括序列化和反序列化特质,以及比特币生态系统内使用的其他自定义特质。
用法
要使用 bitcoin-derive
,只需将其作为依赖项包含在您的Rust项目 Cargo.toml
文件中,然后使用适当的proc宏为您相关的比特币类型派生所需的特质。
依赖项
~88MB
~846K SLoC