moduforge-model 0.2.4

不可变数据结构与事务系统基础
Documentation
//节点定义
pub mod node;
//标记定义
pub mod mark;
//属性定义
pub mod attrs;
//标记类型定义
pub mod mark_type;
//节点类型定义
pub mod node_type;
//模式定义
pub mod schema;
//内容匹配定义
pub mod content;
//id生成器定义
pub mod error;
pub mod id_generator;
pub mod node_pool;
pub mod types;