Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rust-bitcoin/hex-conservative
Hex crate with a conservative MSRV and dependency policy
https://github.com/rust-bitcoin/hex-conservative
Last synced: 2 days ago
JSON representation
Hex crate with a conservative MSRV and dependency policy
- Host: GitHub
- URL: https://github.com/rust-bitcoin/hex-conservative
- Owner: rust-bitcoin
- License: cc0-1.0
- Created: 2023-04-30T16:12:08.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-26T23:08:49.000Z (about 1 month ago)
- Last Synced: 2024-12-25T22:08:35.224Z (9 days ago)
- Language: Rust
- Size: 270 KB
- Stars: 8
- Watchers: 7
- Forks: 9
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
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.63.0**, 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.