From 36ac756930670bce2a888ca6dd51ed87d685ba96 Mon Sep 17 00:00:00 2001 From: Clinton Selke Date: Tue, 21 Apr 2020 23:19:02 +1000 Subject: [PATCH] updated readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 49621e4..8dfd22a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # Sodium A Functional Reactive Programming (FRP) library for Rust +Avaliable on crates.io: https://crates.io/crates/sodium-rust + 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