Crates.io | hex-noalloc |
lib.rs | hex-noalloc |
version | 0.3.2-post1 |
source | src |
created_at | 2020-11-28 10:30:47.643595 |
updated_at | 2020-11-28 10:34:47.395949 |
description | Encoding and decoding data into/from hexadecimal representation. |
homepage | |
repository | https://github.com/chrysn/rust-hex |
max_upload_size | |
id | 317400 |
size | 32,483 |
This is a temporary fork of the hex crate, uploaded to make it usable for other crates that are uploaded to crates.io until #42 is merged.
It is a snapshot of the hex crate, with just that single PR merged. It will be yanked from crates.io once that issue is resolved and a new version of hex is released, at which point users are asked to depend on hex again instead.
Please refer to the original crate for
this; other than the addition of the alloc
feature merged from
#42, all else is unchanged.