#type #bitcoin #data-type

no-std bitcoin-primitives

Primitive types used by the rust-bitcoin ecosystem

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

Download history 135/week @ 2024-07-29 177/week @ 2024-08-05 129/week @ 2024-08-12 125/week @ 2024-08-19 175/week @ 2024-08-26 124/week @ 2024-09-02 94/week @ 2024-09-09 127/week @ 2024-09-16 174/week @ 2024-09-23 81/week @ 2024-09-30 137/week @ 2024-10-14 76/week @ 2024-10-21 73/week @ 2024-10-28 109/week @ 2024-11-04 140/week @ 2024-11-11

438 downloads per month
Used in 112 crates (70 directly)

CC0 license

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