https://github.com/feenkcom/phlow-rs
The engine for scripting reactive browsers in Rust
https://github.com/feenkcom/phlow-rs
Last synced: about 1 year ago
JSON representation
The engine for scripting reactive browsers in Rust
- Host: GitHub
- URL: https://github.com/feenkcom/phlow-rs
- Owner: feenkcom
- License: mit
- Created: 2023-01-13T13:38:24.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-18T23:02:26.000Z (about 2 years ago)
- Last Synced: 2025-03-25T03:02:52.403Z (about 1 year ago)
- Language: Rust
- Size: 124 KB
- Stars: 3
- Watchers: 10
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# phlow-rs
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](https://github.com/rust-lang/rust/issues/31844).
## Crates
For more information about each member crate consider checking out:
- [phlow](./phlow) - core crate containing the engine
- [phlow-derive](./phlow-derive) - derive crate used to create new extensions