1 2 3 4 5 6
mod c; mod rust; #[cfg(test)] pub(crate) use self::c::encode_c; pub(crate) use self::rust::decode_rust;