/hex_value

Primary LanguageRustApache License 2.0Apache-2.0

Crates.io Documentation Codecov Dependency status

hex_value

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.

License

Licensed under either:

  • MIT license (see LICENSE-MIT file)
  • Apache License, Version 2.0 (see LICENSE-APACHE file) at your option.

Contributions

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.