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
12
13
14
15
16
17
//! Observed call edges and evidence shared by tracing and tooling.
//! 追踪与工具共用的已观测调用边与证据。

#[path = "evidence.rs"]
mod evidence;
#[path = "graft_record.rs"]
mod graft_record;
#[path = "trace/trace.rs"]
pub mod trace;

pub use nichlink::{
    COORDINATES_IN_VIEWPORT, Coordinates, FINITE_NUMBER, NON_EMPTY_TEXT, Provenance,
    ProvenanceStep, RuntimeCheckFailure, RuntimeCheckSpec, RuntimeValue,
};

pub use self::evidence::*;
pub use self::graft_record::*;