Using One Cron Parser Everywhere with Rust and Saffron

Cron parsers are everywhere, each supporting their own extensions on the cron string format, which made consistency between parts of Cron Triggers difficult to achieve. Today we’re showing how we easily solved this problem with Rust without needing to wri… Read more

Similar

Mercurial Implementation in Rust

The rhg executable implements a subset of the functionnality of hg using only Rust, to avoid the startup cost of a Python interpreter. This subset is initially small but grows over time as rhg is improved. When fallback to the Python implementation is con... (more…)

Read more »