modx 0.1.4

A way to handle states with structs in Dioxus inspired by mobx
Documentation
1
2
3
4
5
set shell := ["nu", "-c"]

check-examples:
    cd examples; ls *.rs | each { cargo check --example $"($in.name | split row '.' | first)" }