five8 1.0.0

Fast base58 encoding and decoding for 32-byte and 64-byte arrays.
Documentation
1
2
3
4
5
6
7
8
9
10
11
#[inline(always)]
#[cold]
fn cold() {}

#[inline(always)]
pub(crate) fn unlikely(b: bool) -> bool {
    if b {
        cold()
    }
    b
}