6 releases
new 0.101.0 | Nov 15, 2024 |
---|---|
0.100.0 | Jul 4, 2024 |
0.1.16-alpha.0 | Mar 31, 2023 |
0.1.12-alpha.0 | Jan 18, 2023 |
#25 in #data-type
438 downloads per month
Used in 112 crates
(70 directly)
690KB
13K
SLoC
Rust Bitcoin - primitive types.
This crate provides primitive data types that are used throughout the
rust-bitcoin
ecosystem.
Semver compliance
Functions marked as unstable (e.g. foo__unstable
) are not guaranteed to uphold semver compliance.
They are primarily provided to support rust-bitcoin
.
Minimum Supported Rust Version (MSRV)
This library should always compile with any combination of features on Rust 1.63.0.
Licensing
The code in this project is licensed under the Creative Commons CC0 1.0 Universal license. We use the SPDX license list and SPDX IDs.
lib.rs
:
Rust Bitcoin - primitive types.
Primitive data types that are used throughout the rust-bitcoin
ecosystem.
This crate can be used in a no-std environment but a lot of the functionality requires an
allocator i.e., requires the alloc
feature to be enabled.
Dependencies
~145–335KB