nms-copilot 0.1.0

Interactive galactic copilot for No Man's Sky — REPL with live save file updates
Documentation
1
2
3
4
5
6
7
8
9
//! NMS Copilot library -- shared modules for the interactive REPL.

pub mod commands;
pub mod completer;
pub mod config;
pub mod dispatch;
pub mod paths;
pub mod prompt;
pub mod session;