#state-management #observable #reactive #frp #game

observe

Rust declarative observables inspired by MobX

4 releases (stable)

1.2.0 May 13, 2023
1.1.0 Mar 11, 2023
1.0.0 Jan 8, 2023
0.1.0 Jun 20, 2020

#9 in #frp

Download history 34/week @ 2024-02-17 16/week @ 2024-02-24 2/week @ 2024-03-02 4/week @ 2024-03-09

56 downloads per month
Used in 2 crates (via skima)

MIT license

26KB
988 lines

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

Dependencies

~0.5–0.9MB
~15K SLoC