1 2 3 4 5 6 7 8 9 10
#[cfg(feature = "codec-binary")] mod binary_pack; #[cfg(all(feature = "dynamic-native", not(target_arch = "wasm32")))] mod native; mod registry; #[cfg(feature = "codec-lisp")] mod source; mod support; #[cfg(feature = "wasm")] mod wasm;