phlow

Crates.iophlow
lib.rsphlow
version2.0.1
sourcesrc
created_at2023-01-13 15:36:25.611967
updated_at2024-04-18 23:02:45.010836
descriptionAn engine for scripting reactive browsers in Rust by adding custom views to structures
homepage
repositoryhttps://github.com/feenkcom/phlow-rs/tree/main/phlow
max_upload_size
id758001
size73,278
Aliaksei Syrel (syrel)

documentation

README

phlow

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.

Notice

This is a nightly crate because it relies on specialization (or min_specialization) features. See https://github.com/rust-lang/rust/issues/31844.

Depend

phlow = { version = "*" }

Features

  • printing - enabled by default, detects if an arbitrary type implements Display or Debug and uses an appropriate one in PhlowObject::to_string. As a result any object or reference wrapped in phlow!() becomes printable.
  • phlow-derive - - enabled by default, enable to define new extensions, is not required to import existing extensions
Commit count: 0

cargo fmt