hex-buffer-serde
is a helper crate allowing to serialize types, which logically correspond to a byte buffer,
in hex encoding within serde
.
See crate docs for the examples of usage.
[hex-serde
] provides similar functionality and is a viable alternative if you have the control over the type
that needs hex-encoding. This crate differs from hex-serde
in the following ways:
AsRef<[u8]>
).hex-buffer-serde
is licensed under the Apache License (Version 2.0). See LICENSE for details.