neser 1.0.0

NESER - Nintendo Emulation Systems Engine (Rust). Desktop and WebAssembly frontends.
Documentation
1
2
3
4
5
6
pub mod breakpoints;
mod logging;
mod tracing;

pub use logging::log_info;
pub use tracing::*;