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
#[cfg(feature = "native")]
pub mod control;
pub(crate) mod disasm;
pub mod ppu_viewer;
pub(crate) mod snapshot;
pub(crate) mod types;

#[cfg(feature = "native")]
pub mod ui;

#[allow(unused_imports)]
pub use snapshot::{DebuggerViewState, snapshot};
pub use types::DebuggerSnapshot;