hex-noalloc 0.3.2-post1

Encoding and decoding data into/from hexadecimal representation.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "hex-noalloc"
version = "0.3.2-post1"
authors = ["KokaKiwi <kokakiwi@kokakiwi.net>"]
description = "Encoding and decoding data into/from hexadecimal representation."
license = "MIT OR Apache-2.0"
documentation = "https://docs.rs/hex-noalloc/"
repository = "https://github.com/chrysn/rust-hex"

[features]
default = ["std"]
std = []
benchmarks = []