GitXplorerGitXplorer
s

observe

public
39 stars
2 forks
0 issues

Commits

List of commits on branch master.
Unverified
954d62a916d45b49971c4a9e36e6ec44c879858a

Batching improvements

ss-panferov committed 2 years ago
Unverified
3bb290462312633ed60f863a83f856008ff0aed1

Support `Var::toggle()`

ss-panferov committed 2 years ago
Unverified
760cc9588a44e3d27532af9bc306b506ce41ce3f

Fix Cargo.toml

ss-panferov committed 2 years ago
Unverified
97013e74c768dc09885a485a33eaf54b821cf93c

Bump version to 1.0.0

ss-panferov committed 2 years ago
Unverified
c89e6f114e2a54a2d4a0f04f13164194fc121c0c

Publish a new version, initial commit

ss-panferov committed 2 years ago

README

The README file for this repository.

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