| Crates.io | hexstring |
| lib.rs | hexstring |
| version | 0.1.4 |
| created_at | 2021-07-20 13:23:58.630055+00 |
| updated_at | 2023-09-04 11:23:15.44493+00 |
| description | An utility library for handling hexadecimal string |
| homepage | https://github.com/alekece/hexstring-rs |
| repository | https://github.com/alekece/hexstring-rs |
| max_upload_size | |
| id | 425147 |
| size | 22,465 |
The hexstring crate provide a convenient hexadecimal string wrapper.
It allows all the common conversion expected from a hexadecimal string :
The HexString type is a tiny immutable wrapper around string and insure it always contains a
valid hexadecimal string.
The following are a list of Cargo features that can be enabled or disabled:
hexstring crate uses unstable constant generic type internally.
To compile the library in any project, build it in nightly mode such as :
rustup override set nightly
Licensed under MIT license (LICENSE or http://opensource.org/licenses/MIT)