https://github.com/rudxain/rust-core-hex
no-std in-place {en,de}code hexadecimal slices
https://github.com/rudxain/rust-core-hex
crate decoder encoder hexadecimal in-place library no-dependencies no-std zero-dependency
Last synced: 11 months ago
JSON representation
no-std in-place {en,de}code hexadecimal slices
- Host: GitHub
- URL: https://github.com/rudxain/rust-core-hex
- Owner: Rudxain
- License: mit
- Created: 2025-07-05T23:28:01.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-05T23:40:35.000Z (about 1 year ago)
- Last Synced: 2025-07-06T00:26:12.667Z (about 1 year ago)
- Topics: crate, decoder, encoder, hexadecimal, in-place, library, no-dependencies, no-std, zero-dependency
- Language: Rust
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# core-hex
This is a temporary repo, as I want to merge these APIs into other hexadecimal crates.
Last time I checked (April 2025), none of these provide in-place (single-slice):
- https://github.com/DaniPopes/const-hex
- https://github.com/nervosnetwork/faster-hex
Why not simply make a PR? Because it'll take some time before I edit all of this to fit into the conventions and design of those crates