1 2 3 4 5 6 7 8
#![feature(io_error_uncategorized)] mod fs; pub use fs::*; #[cfg(all(target_family = "wasm", target_os = "unknown"))] pub mod console;