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 3c01d81 commit e0b9d39Copy full SHA for e0b9d39
internals/src/compact_size.rs
@@ -18,7 +18,7 @@ use crate::ToU64;
18
pub const MAX_ENCODABLE_VALUE: u64 = 0x0200_0000;
19
20
/// The maximum length of an encoding.
21
-const MAX_ENCODING_SIZE: usize = 9;
+pub const MAX_ENCODING_SIZE: usize = 9;
22
23
/// Returns the number of bytes used to encode this `CompactSize` value.
24
///
0 commit comments