rust-bitcoin-unsafe-fast/internals
josibake 61bf462806
Use full path in all macro usage of Result
If a user has defined their own alias for Result and tries to use a macro,
relative paths cause an issue. Use full paths to fix this.
2024-01-18 19:11:01 +01:00
..
contrib
src Use full path in all macro usage of Result 2024-01-18 19:11:01 +01:00
CHANGELOG.md
Cargo.toml Add rust-version to the workspace manifests 2023-11-23 06:20:04 +11:00
README.md
build.rs Bump MSRV to Rust version 1.56.1 2023-11-23 06:20:02 +11:00

README.md

Rust Bitcoin Internals

This crate is only meant to be used internally by crates in the rust-bitcoin ecosystem.

This crate will never be stabilized, depend on it at your own risk.