RUI: Experimental reactive Rust UI library inspired by SwiftUI
Experimental Rust UI library. Contribute to audulus/rui development by creating an account on GitHub. (more…)
Read more »It turns out that finite state machines are useful for things other than
expressing computation. Finite state machines can also be used to compactly
represent ordered sets or maps of strings that can be searched very quickly. Read more