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

#468 in Asynchronous

50 downloads per month

BSD-3-Clause

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.


lib.rs:

Sodium is a library for doing Functional Reactive Programming (FRP) in Rust.

Dependencies

~0.4–5.5MB
~13K SLoC