neser 1.2.0

NESER - Nintendo Emulation Systems Engine (Rust). Desktop and WebAssembly frontends.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pub mod breakpoints;
#[cfg(feature = "native")]
pub mod controller;
#[cfg(feature = "native")]
pub mod disasm;
pub mod interrupt;
mod logging;
#[cfg(feature = "native")]
pub mod snapshot;
mod tracing;
pub mod traits;

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