olympia_core 0.3.0

Olympia is a gameboy emulator and toolkit, intended to run as a native or web assembly application targeting a cycle count accurate emulation. olympia_core defines fundamental data types for use across emulator components. Frontends and other users should instead rely on `olympia_engine`
Documentation
  • Coverage
  • 31.17%
    48 out of 154 items documented0 out of 53 items with examples
  • Size
  • Source code size: 36.4 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.1 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 13s Average build duration of successful builds.
  • all releases: 13s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • tonyfinn/olympia
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • tonyfinn

olympia_core

olympia_core provides definitions of fundamental types for olympia that are required by both olympia_core and olympia_derive.