1 2 3 4 5 6 7 8 9 10 11 12 13
//! OpenScript Standard Library with AI Integration pub mod ai; pub mod ai_plugin; pub mod filesystem; pub mod filesystem_plugin; pub mod http; pub mod http_plugin; pub mod plugin; pub mod system; pub mod system_plugin; pub mod utils; pub mod utils_plugin;