返回 CodeWhale
pet_sim.rs
根目录 / pet / rs / pet_sim.rs
1 //! Compatibility entry point: the product owns the single Rust implementation.
2 #[path = "../../crates/tui/src/tui/ambient_life/pet_sim.rs"]
3 mod shared;
4 pub use self::shared::*;
5
5 lines RUST