ptwm_core
ptwm_core::extension
PTWM v1 extension system: contributions, manifests, capabilities, lifecycle, and the per-file Extension Table that ties them to the on-disk wire format.
ptwm_core::extension
PTWM v1 extension system: contributions, manifests, capabilities, lifecycle, and the per-file Extension Table that ties them to the on-disk wire format.
ptwm_core::extension
crates/ptwm-core/src/extension/mod.rs:1mod extensionPTWM v1 extension system: contributions, manifests, capabilities, lifecycle, and the per-file Extension Table that ties them to the on-disk wire format.
ptwm_core::extension::builtin_canonical_id
crates/ptwm-core/src/extension/mod.rs:34pub fn builtin_canonical_id(name: &str) -> CanonicalIdCompute the canonical id of an in-tree built-in by name. The version is the PTWM crate version (`CARGO_PKG_VERSION`), so built-in IDs are stable per release.
ptwm_core::extension::BUILTIN_PUBKEY
crates/ptwm-core/src/extension/mod.rs:29pub const BUILTIN_PUBKEYSentinel public key for in-tree built-ins. Built-ins are trusted by construction; the verifier short-circuits on this key.