Spacedrive is an open-source cross-platform file explorer, powered by a virtual distributed file system written in Rust. Spacedrive allows users to organize files from multiple devices in a single location. It merges the storage capacity and processing power of various devices, from cloud services to offline hard drives, into a personal distributed cloud that is … continue reading
The Linux Foundation announced that it will host the Cloud Hypervisor project, which delivers a Virtual Machine Monitor (VMM) for modern Cloud workloads. The project is supported by Alibaba, ARM, ByteDance, Intel and Microsoft. The project is written in Rust and focuses on security features such as CPU, memory and device hot plug; support for … continue reading
This week the Rust systems programming language is celebrating its third birthday. The community released the 1.0 version on May 15, 2015. Since the beginning, the Mozilla-backed programming language Rust was designed with a focus on safety, speed and concurrency. Today, it features: zero-cost abstractions, move semantics, memory safety, threads without data races, trait-based generics, … continue reading