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.
[
cargo doc
1 parent 9ff8288 commit e4c653aCopy full SHA for e4c653a
src/primitives/gf32.rs
@@ -52,7 +52,7 @@ const CHARS_LOWER: [char; 32] = [
52
53
/// Mapping from bech32 character (either case) to numeric value.
54
///
55
-/// E.g., 'z' is CHARS_LOWER[2] and is ASCII value 122 so CHARS_INV[122] == 2
+/// E.g., 'z' is `CHARS_LOWER[2]` and is ASCII value 122 so `CHARS_INV[122]` == 2
56
#[rustfmt::skip]
57
const CHARS_INV: [i8; 128] = [
58
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
0 commit comments