babel_nar 0.27.1

Implementation and application supports of the NAVM model
Documentation
1
2
3
4
5
6
7
8
9
//! 用于封装抽象「进程通信」逻辑
//! 示例代码来源:https://www.nikbrendler.com/rust-process-communication/
//! * 📌基于「通道」的「子进程+专职读写的子线程」通信逻辑
//!

nar_dev_utils::pub_mod_and_pub_use! {
    // 输入输出进程
    io_process
}