babel_nar 0.27.1

Implementation and application supports of the NAVM model
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! 基于「进程通信」与「IO转译器」的「命令行运行时」
//! * 🎯基于进程通信与各CIN交互

nar_dev_utils::pub_mod_and_pub_use! {
    // 抽象API
    api
    // 启动器
    launcher
    // 运行时
    runtime
}