We would like to move the dependency on `hex_lit` to be a dev-dependency but currently are using it in bench code. The bench code is enabled if any downstream crate tries to build with `--cfg=bench` and during such a build our dev-dependencies are not available. We also have the `test_hex_unwrap` macro in the `hex` crate and since the bench code is more or less test code (and the macro call is not being benchmarked) we can use that macro instead. |
||
---|---|---|
.. | ||
contrib | ||
embedded | ||
examples | ||
src | ||
tests | ||
CHANGELOG.md | ||
Cargo.toml | ||
build.rs |