1 2 3 4 5 6
#[cfg(target_family = "wasm")] compile_error!("This crate is not intended to be used in a WebAssembly environment."); pub mod cli; pub mod commands; pub mod output;