https://github.com/s-panferov/observe
Rust observables inspired by MobX
https://github.com/s-panferov/observe
frp observable reactive reactive-programming rust
Last synced: about 1 year ago
JSON representation
Rust observables inspired by MobX
- Host: GitHub
- URL: https://github.com/s-panferov/observe
- Owner: s-panferov
- Created: 2018-06-18T01:41:39.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-12-18T20:50:28.000Z (over 2 years ago)
- Last Synced: 2025-05-07T18:09:30.528Z (about 1 year ago)
- Topics: frp, observable, reactive, reactive-programming, rust
- Language: Rust
- Homepage:
- Size: 21.5 KB
- Stars: 39
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Observe
Lightweight Rust observables inspired by [MobX](https://mobx.js.org/).
The main goal of the library is to provide a generic re-usable state
management library for Rust applications and games.
Provided primitives:
* Var
* Value
* Const
* Computed
* Reaction