jj/lib/testutils
Yuya Nishihara 68ead52c5c hex_util: roll our own decode/encode_hex() functions
Since we have "reverse hex" functions, it's easy to implement the same set of
functions for "forward hex". I believe our implementation is slower than
highly-optimized versions provided by e.g. faster-hex, but we don't use hex
encoding/decoding where the performance matters.
2025-07-02 01:56:40 +00:00
..
src lib: add rustversion, turn off a clippy lint in nightly in tests 2025-06-24 01:01:25 +00:00
Cargo.toml hex_util: roll our own decode/encode_hex() functions 2025-07-02 01:56:40 +00:00