Hex encoding helper for serde

Travis Build Status License: Apache-2.0 rust 1.30.0+ required

Documentation: Docs.rs crate docs (master)

hex-buffer-serde is a helper crate allowing to serialize types, which logically correspond to a byte buffer, in hex encoding within serde.

Usage

See crate docs for the examples of usage.

Alternatives

[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:

License

hex-buffer-serde is licensed under the Apache License (Version 2.0). See LICENSE for details.