Articles tagged rust

  1. Using MapLibre GL in Tauri

    By Floris Bruynooghe

    Knowing almost nothing about frontend development or GIS I wanted to be able to display something on a map on my own computer (desktop). Knowing a fair bit of Rust but not having a clue about anything else involved I decided the easiest way to do this was probably to …

  2. Using Modern Linux Sockets

    Introduction

    On the surface of it the Linux socket API is pretty straight forward. However once you start to care about performance things get a bit more complicated, and documentation a bit more sparse.

    Because I thought it'd be fun to explore this a bit more I made a simple …