flavor
ptwm_core::flavor::host
Host-language (Python) extension descriptors.
ptwm_core::flavor::host
Host-language (Python) extension descriptors.
ptwm_core::flavor::host
crates/ptwm-core/src/flavor/host.rs:1mod hostHost-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.
ptwm_core::flavor::host::HostExtension
crates/ptwm-core/src/flavor/host.rs:11pub struct HostExtension