pocopine-core 0.1.0

Client-side reactive runtime for pocopine — a Rust/WASM port of Alpine.js.
Documentation
1
2
3
4
5
6
7
8
//! `pp-ref="<name>"` — pin the element under its enclosing scope so
//! Rust handlers can reach it via [`crate::refs`].
//!
//! `pp-ref` is registered exclusively through the macro-emitted
//! template plan (`StaticRef` compiled plan entries); this
//! module no longer carries a runtime install entry. The file is
//! retained so the directive namespace stays consistent with
//! related references (`#[deprecated]` removal lives in a follow-up).