4 releases
| 0.1.3 | Mar 16, 2024 |
|---|---|
| 0.1.2 | Mar 16, 2024 |
| 0.1.1 | Mar 3, 2024 |
| 0.1.0 | Feb 26, 2024 |
#2310 in Asynchronous
187 downloads per month
215KB
6K
SLoC
Sodium
A Functional Reactive Programming (FRP) library for Rust
Avaliable on crates.io: https://crates.io/crates/sodium
See tests under src/tests for example usage. Sodium objects within lambda expressions are traced via lambda1, lambda2, etc. just like the TypeScript version does.
Pitfalls
No Global State
You must create a SodiumCtx for your application and keep passing it around in order to create sodium objects.
Dependencies
~370–620KB
~12K SLoC