https://github.com/thenewwazoo/simple-hex
Simple Rust byte-to-hex and hex-to-byte library
https://github.com/thenewwazoo/simple-hex
Last synced: 3 months ago
JSON representation
Simple Rust byte-to-hex and hex-to-byte library
- Host: GitHub
- URL: https://github.com/thenewwazoo/simple-hex
- Owner: thenewwazoo
- License: 0bsd
- Created: 2018-12-07T22:34:59.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-07T22:39:22.000Z (over 6 years ago)
- Last Synced: 2025-02-09T17:47:28.420Z (3 months ago)
- Language: Rust
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
This is a (very!) simple library that turns nibbles into hex characters and vice versa. I wrote this to avoid pulling in `core::fmt` (and because it was faster than finding an alternative).