We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee490a4 commit bf214f4Copy full SHA for bf214f4
README.md
@@ -22,7 +22,7 @@ However, this crate also offers many other utilities for Array/Bytes/Hex, each w
22
```rs
23
use array_bytes::{Dehexify, Error, Hexify};
24
use smallvec::SmallVec;
25
-//!
+
26
// Hexify.
27
// Unsigned.
28
assert_eq!(52_u8.hexify(), "34");
0 commit comments