An open API service indexing awesome lists of open source software.

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

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