Skip to main content

nms_copilot/
lib.rs

1//! NMS Copilot library -- shared modules for the interactive REPL.
2
3pub mod commands;
4pub mod completer;
5pub mod config;
6pub mod dispatch;
7pub mod paths;
8pub mod prompt;
9pub mod session;