nichlink-run-method 0.1.1

Runtime registry trees, transactions, tracing, plugins, and authoring for NichLink
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Observed call edges and evidence shared by tracing and tooling.
//! The types are protocol nouns defined in the kernel; this module keeps the
//! historical re-export path for the run_method surface.
//! 追踪与工具共用的已观测调用边与证据。
//! 类型本体是定义在 kernel 的协议名词;本模块保留 run_method 面的历史重导出路径。

pub use super::trace::{
    CallSite, CallTrace, DataEdge, DataHop, FramePath, LocalId, LocalKind, LocalValue, Observation,
    TraceMode,
};
pub use nichlink::{CallEdge, EvidenceKind, LogicalCallEdge};