consider replacing hex
with const-hex
for improved performance
#2260
Labels
improvement: dependencies
priority: medium
Moderately important tasks that should be completed but are not urgent.
It looks like the hex crate (https://github.com/KokaKiwi/rust-hex) hasn’t been actively maintained for over three years. Since we work a lot with encoding and decoding, it might be worth considering a switch to the const-hex crate (https://github.com/DaniPopes/const-hex) instead, mainly for the performance improvements
The text was updated successfully, but these errors were encountered: