1//! YS1-R 2//! 3//! GitHub Repository: <https://github.com/YumaYX/YS1-R> 4 5pub mod http; 6pub mod io; 7pub mod json; 8pub mod ollama; 9pub mod pac; 10pub mod text;