Benki β†’ Bookmarks

β‡  previous page next page β‡’

Free server software modeled after Firebase, with end-to-end encryption built in. Powers EteSync.

Curious fact: Most of the code of the C and Java client libraries is Rust.

Free server software and clients for personal data synchronization. Comes with Java, Rust, and Python libraries. Android client available on F-Droid, GNOME (Evolution) and KDE (Kontact) integrations upstreamed.

Rust’s core, on the other hand, is. You do not need to worry about library code silently calling into an allocator or attempting to invoke syscalls if you are on no_std, and you still have a wealth of libraries available to you in no_std land. This makes Rust uniquely suited for dabbling in embedded programming.

A static type checker for JavaScript. Stricter than Flow and TypeScript with better type inference. Does not extend the language.

A Rust test harness that is no_std and can run on a microcontroller. You can use it to run your unit tests on the actual hardware you are targeting.

β‡  previous page next page β‡’