AI
AIGIT · AI 工具站
aigit.cc
首页
精品推荐
AI成品工具
提示词
返回 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