narust-158 0.3.1

A Rust reimplementation of OpenNARS 1.5.8
Documentation
//! Narsese结构 基础
//! * 🎯基础数据结构定义
//! * 🎯数据结构基本属性、构造、转换 API

// 结构
mod structs;
pub use structs::*;

// 实现 / 构造
mod construct;

// 实现 / 制作(语义简化)
mod making;

// 【内建】实现 / 属性
mod property;

// 【对外】序列反序列化
mod serde;