Quantum Resistant Blockchain (Built in Rust)

Next generation Rust powered blockchain technology – OSXBasedAnon/alphanumeric… Read more

Similar

Hard Mode Rust

This post is a case study of writing a Rust application using only minimal, artificially constrained API (eg, no dynamic memory allocation). It assumes a fair bit of familiarity with the language. (more…)

Read more »

Writing a file system from scratch in Rust

A file system is responsible for organising and providing an abstraction over the storage devices where the data is physically stored. In this post, we will learn more about the concepts used by file systems, and how they fit together when writing your ow... (more…)

Read more »