wiwi_encoding/
lib.rs

1// mod util;
2#[cfg(any(feature = "hex", feature = "z85"))]
3mod util_old;
4
5#[cfg(feature = "hex")]
6pub mod hex_old;
7#[cfg(feature = "z85")]
8pub mod z85_old;