hex-conservative

Crates.iohex-conservative
lib.rshex-conservative
version0.2.1
sourcesrc
created_at2023-04-30 16:16:15.88553
updated_at2024-05-23 19:17:45.94664
descriptionA hex encoding and decoding crate with a conservative MSRV and dependency policy.
homepage
repositoryhttps://github.com/rust-bitcoin/hex-conservative
max_upload_size
id852874
size97,838
Andrew Poelstra (apoelstra)

documentation

https://docs.rs/hex-conservative/

README

Bitcoin Hexadecimal Library

General purpose hex encoding/decoding library with a conservative MSRV and dependency policy.

Minimum Supported Rust Version (MSRV)

This library should compile with almost any combination of features on Rust 1.56.1, however we reserve the right to use features to guard compiler specific code so --all-features may not work using the MSRV toolchain.

Githooks

To assist devs in catching errors before running CI we provide some githooks. If you do not already have locally configured githooks you can use the ones in this repository by running, in the root directory of the repository:

git config --local core.hooksPath githooks/

Alternatively add symlinks in your .git/hooks directory to any of the githooks we provide.

Commit count: 132

cargo fmt