Our Kickstarter campaign for our next generation of Solo products launches on January 26th. To get alerted when the campaign is live, you can sign up here. (more…)
Read more »
Simple, minimal and open source static web server that uses no dependencies. - GitHub - PeterPierinakos/vanilla-rustlang-server: Simple, minimal and open source static web server that uses no depen... (more…)
Read more »
A pure Rust visualization library inspired by D3.js - askanium/rustplotlib... (more…)
Read more »
Recently, there has been a lot of progress in the Rust logging & tracing ecosystem: projects like tracing make our lives much simpler, allowing us to track down bugs even in complex asynchronous environments in production. However, they still can’t re... (more…)
Read more »
Go has good support for calling into assembly, and a lot of the fast cryptographic code in the stdlib is carefully optimized assembly, bringing speedups of over 20 times. However, writing assembly code is hard, reviewing it is possibly harder, and cryptog... (more…)
Read more »