hex_value
is a crate defining a type designed to represent a hexadecimal value, preserving the
input value's width. HexValue
may be used wherever hexadecimal representation is required.
One use is as a host machine's typed representation of a memory address on a remote machine, such as a flash memory base address on a connected embedded device.
Licensed under either:
- MIT license (see LICENSE-MIT file)
- Apache License, Version 2.0 (see LICENSE-APACHE file) at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you shall be dual licensed as above, without any additional terms or conditions.