rustbitcoin
RustBitcoin is a software library written in Rust that provides core primitives for working with the Bitcoin protocol. The project aims to offer safe, ergonomic access to Bitcoin data structures and rules, enabling developers to build wallets, tools, or lightweight nodes with a focus on correctness and performance.
Key features include representations of fundamental Bitcoin objects (transactions, blocks, scripts, addresses, keys), parsing and serialization
Design goals emphasize safety and zero-cost abstractions typical of Rust, with a focus on predictable performance
Usage and reception: rustbitcoin is used by wallet developers and tooling projects that require a pure Rust
See also: Other Rust-based Bitcoin libraries and tools, and general Bitcoin development resources.