bitcoinsv

Crates.iobitcoinsv
lib.rsbitcoinsv
version
sourcesrc
created_at2024-01-01 20:38:07.04172+00
updated_at2025-04-08 09:16:19.899156+00
descriptionLow-level Bitcoin SV library, focused on infrastructure.
homepagehttps://github.com/Danconnolly/rust-bitcoinsv
repositoryhttps://github.com/Danconnolly/rust-bitcoinsv
max_upload_size
id1085540
Cargo.toml error:TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Daniel Connolly (Danconnolly)

documentation

https://docs.rs/bitcoinsv/latest/bitcoinsv/

README

rust-bitcoinsv

Test Status dependency status

NOTE: This library is incomplete and undergoing extensive changes at the moment.

This library is a start at building a high-performance Bitcoin SV library in Rust.

This is a hobby project and the code is experimental. If you're looking for a complete library, check out rust-sv by Brenton Gunning. Progress on this library is determined by the needs of various other projects.

If you have anything you particularly want to see, feel free to open an issue or start a discussion.

Current Feature Status

  • bitcoin module: main structs - Tx, BlockHeader, Block

  • util module: main structs - Amount

Commit count: 248

cargo fmt