Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 270 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 270 Bytes

Observe

Lightweight Rust observables inspired by MobX.

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