rust-bitcoin-unsafe-fast/primitives
Tobin C. Harding 7a44908aee
primitives: Use wildard re-export in locktimes
We recently decided to use wildcard re-exports when re-exporting things
from an identically named module in a sub crate, ie. to mirror the
directory structure structure ala core/std.

In the `primitives::locktime` modules re-export everything from the
`units::locktime` modules using a wildcard.
2024-07-23 01:50:44 -05:00
..
contrib Add/fix alloc features 2024-07-11 10:14:50 +10:00
src primitives: Use wildard re-export in locktimes 2024-07-23 01:50:44 -05:00
CHANGELOG.md Introduce empty primitives crate 2024-07-03 05:22:39 +10:00
Cargo.toml Move locktimes and Sequence to primitives 2024-07-15 08:53:51 +10:00
README.md Introduce empty primitives crate 2024-07-03 05:22:39 +10:00

README.md

Rust Bitcoin - primitive types.

This crate provides primitive data types that are used throughout the rust-bitcoin ecosystem.

Minimum Supported Rust Version (MSRV)

This library should always compile with any combination of features on Rust 1.56.1.

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.