Lune,
a garbage-collected programming language derived from Rust, with the explicit goal of compatibility with and transpiling to TypeScript for use in web applications.
Libraries to simplify common patterns, such as the newtype pattern with the nova::newtype macro.
Simplifying system and user path resolution in Rust on all desktop and mobile operating systems with pathos.
Professional
Pahkat package management framework —
Tools to support repositories, dependency resolution and package delivery for Windows,
macOS, Linux, iOS and Android. Is used by Divvun to deliver
and support minority language tooling such as spell checkers and keyboard layouts.
DivvunSpell —
A library written in Rust to power spell checking with finite-state transducers in low RAM environments
such as iOS and Android keyboards. Has expanded to include tokenisation and case-handling functionality.