Docs.rs
nes_core-0.2.0
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
nes_core 0.2.0
A NES emulator written in Rust.
Crate
Source
Builds
Feature flags
Documentation
Coverage
22.68%
208
out of
917
items documented
0
out of
621
items with examples
Size
Source code size: 6.26 MB
This is the summed size of all the files inside the crates.io package for this release.
Documentation size: 42.5 MB
This is the summed size of all files generated by rustdoc for all configured targets
Links
Homepage
Kylin3216/retro_game_box
0
0
0
crates.io
Dependencies
anyhow ^1.0.80
normal
bitflags ^2.4.2
normal
enum_dispatch ^0.3.12
normal
lazy_static ^1.4.0
normal
libm ^0.2.8
normal
log ^0.4.21
normal
num-traits ^0.2.18
normal
rand ^0.8.5
normal
serde ^1.0.197
normal
image ^0.24.9
dev
serde_json ^1.0.109
dev
Versions
0.2.0
(2024-03-07)
0.1.0
(2024-03-01)
Owners
Nes Emulator
forked form
https://github.com/lukexor/tetanes
Changes
Remove the sdl2、wasm code
Only retain nes code
Add no std support