Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: [#639] add cargo dependency: hex_literal
It allows simplifying the wasy we build InfoHashes from hex strings: ```rust let info_hash = InfoHash(hex!("9c38422213e30bff212b30c360d26f9a02136422")); // # DevSkim: ignore DS173237 ```
- Loading branch information