Expand description
Registry tree: the one Registry type plus the pure operations over it.
注册树:唯一的 Registry 类型与作用于其上的纯操作。
The file tree mirrors the module tree: tree/tree.rs is this module, and
every child is a 目录/同名.rs file it declares with #[path].
文件树与模块树一致:tree/tree.rs 就是本模块,每个子模块都是它用 #[path]
声明的 目录/同名.rs。
Modules§
- connector
- Registration connector and dependency admission checks. 注册连接器与依赖准入检查。
- graft_
ops - Replacement and graft commands. 替换与嫁接命令。
- index
- Read-only Registry indexes and storage counters. Registry 只读索引与存储统计。
- inspection
- Registry tree inspection output. 注册树检视输出。
- metadata
- Registry metadata and counters. 注册机元数据与计数。
- ports
- The branch port surface: which capability names a branch exposes, and how a
reference written
Branch::portresolves. 分支端口面:一个分支对外暴露了哪些能力名,以及写成Branch::port的引用如何解析。 - query
- Read-only Registry lookup operations. Registry 只读查询操作。
- transaction
- Atomic registration batches. 原子注册批次。
Structs§
- Registry
- Parent and child levels use this exact type. 父级和子级使用完全相同的类型。
- Registry
Index - A flattened lookup index built from one registry subtree. 由一棵注册子树构建的扁平查找索引。
- Registry
Storage Stats - How much storage one registry tree occupies, as page and entry counts. 一棵注册树占用的存储规模,以页与条目计数表示。