bugsalot 0.2.2

Debugging macros and APIs for shipping stable codebases.
Documentation
1
2
3
#[cfg(target_os="android")]     pub mod android;
#[cfg(target_arch="wasm32")]    pub mod wasm;
#[cfg(windows)]                 pub mod win32;