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. |
||
---|---|---|
.. | ||
contrib | ||
src | ||
CHANGELOG.md | ||
Cargo.toml | ||
README.md |
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.