Redb (pure Rust embedded db) now 50% more efficient

Add information log messages which can be enabled with the logging feature
Add support for [u8; N] type
Optimize storage of fixed width types. The value length is no longer stored, which reduces st… Read more

Similar

Rust for Starters

Rust programming language—an open-source systems language that emphasizes performance, reliability, and productivity.This is an introduction to my Rust For S... (more…)

Read more »

Rust superpowered DHCP CLI with rhai scripts

I’ve been working on cli tool for a little while called dhcpm (“m” for “mock” - link). It started as a cli tool for constructing & sending arbitrary DHCP messages. I had been looking for a tool that could build various dhcp (mostly v4) messages with d... (more…)

Read more »