Skip to main content

Module authoring

Module authoring 

Source
Expand description

File-backed authoring for NichLink registration faces. NichLink 注册面的文件化创作支持。

Re-exports§

pub use super::external_graft::ExternalGraftPlanEntry;
pub use super::external_graft::ExternalGraftPlanFile;
pub use super::external_graft::create_external_graft;
pub use super::external_graft::external_graft_root;
pub use super::external_graft::list_external_grafts;
pub use super::external_graft::read_external_graft;
pub use super::external_graft::remove_external_graft;
pub use super::external_graft::rewrite_external_graft;
pub use super::operations::AuthoringChange;
pub use super::operations::ModuleFacePatch;
pub use super::operations::NewModuleFace;
pub use super::operations::add_module;
pub use super::operations::add_module_from_face;
pub use super::operations::add_module_with_registration;
pub use super::operations::delete_module;
pub use super::operations::edit_module_face;
pub use super::operations::generated_snapshots;
pub use super::operations::generated_snapshots_from;
pub use super::validation::AuthoringContext;

Modules§

external_graft
External graft-plan authoring. 外部 graft 计划创作。
face_field
Named indices of the registration-face authoring layout. 注册面创作布局的具名下标。
filesystem
Small filesystem primitives used by authoring transactions. 创作事务使用的文件系统小工具。
manifest
Stable registration-face metadata model. 稳定的注册面元数据模型。
operations
File-backed add, edit, and delete operations. 文件化的新增、编辑和删除操作。
parse
Parsing and rendering helpers for authored registration faces. 注册面创作文件的解析与渲染辅助函数。
snapshot
Conversion from authored fields to a registration snapshot. 将创作字段转换成注册快照。
validation
Names and paths shared by file-backed authoring. 文件创作共用的名称与路径校验。

Constants§

FACE_FIELD_COUNT
Number of slots in the authoring layout. 创作布局的槽位数量。