The engine for scripting reactive browsers in Rust. Phlow
allows developers to add phlow views to any structure defined in other crates, including generic structures.
This is a nightly
crate because it relies on specialization
(or min_specialization
) features. See rust-lang/rust#31844.
For more information about each member crate consider checking out:
- phlow - core crate containing the engine
- phlow-derive - derive crate used to create new extensions