Expand description
The high level wrapper model of Ayaka.
This crate provides a view model for a full-functionality frontend, and a abstract trait of settings manager.
It re-exports the types of [ayaka_runtime
].
Re-exports§
pub use ayaka_runtime::*;
Structs§
- Action
Record - The specific record.
- Game
View Model - A view model of Ayaka. It manages all settings and provides high-level APIs.
- Global
Record - The global record.
- Settings
- The settings of the game.
Enums§
- Open
Game Status - The status when calling
GameViewModel::open_game
.
Traits§
- Settings
Manager - A settings manager trait.