PTWM
flavor

ptwm_core::flavor::host

Host-language (Python) extension descriptors.

ptwm_core::flavor::host

Host-language (Python) extension descriptors.

rsmod

ptwm_core::flavor::host

crates/ptwm-core/src/flavor/host.rs:1
mod host

Host-language (Python) extension descriptors.

For Python: the actual contribution lives in user-installed Python code, discovered via `importlib.metadata` entry points under the `ptwm.extensions` group. The Rust side just holds the metadata; the PyO3 bridge in `crates/ptwm-py/src/host_flavor.rs` owns the callable.
rstype

ptwm_core::flavor::host::HostExtension

crates/ptwm-core/src/flavor/host.rs:11
pub struct HostExtension