PTWM
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.

rsmod

ptwm_core::extension

crates/ptwm-core/src/extension/mod.rs:1
mod extension

PTWM v1 extension system: contributions, manifests, capabilities, lifecycle, and the per-file Extension Table that ties them to the on-disk wire format.

rsfn

ptwm_core::extension::builtin_canonical_id

crates/ptwm-core/src/extension/mod.rs:34
pub fn builtin_canonical_id(name: &str) -> CanonicalId

Compute 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.

rsconst

ptwm_core::extension::BUILTIN_PUBKEY

crates/ptwm-core/src/extension/mod.rs:29
pub const BUILTIN_PUBKEY

Sentinel public key for in-tree built-ins. Built-ins are trusted by construction; the verifier short-circuits on this key.