Rust

7 berichten

COPC

Het Cloud-Optimized Point Cloud (COPC) formaat is een uitbreiding van het populaire LAZ bestandsformaat voor puntenwolken. Het voegt ruimtelijke onderverdeling en een index aan het einde van het LAZ bestand toe, waardoor het mogelijk wordt om […]

Understanding the Rust Result type

One peculiarity of Rust is its Result type. In many other programming languages, you’ll probably use a bool or int to indicate successful function execution. If you’re new to Rust and take a look at Rust code, you’ll […]

Some Rust peculiarities

After first investigating Rust superficially some time ago, I’ve now started to really use it. As I’ve written before, my programming background is C/C++, Fortran, C#, and more recently Python. With that experience, some things about […]

Getting started with Rust

My go-to programming languages are C/C++ for numerical computations and data processing, C# for Windows GUI applications, and Python for quick scripts and machine learning. Nevertheless I decided to take a look at Rust, as it […]