Poloto – Rust stylizable 2D SVG plotting library

Contribute to tiby312/poloto development by creating an account on GitHub. Read more

Similar

Building Realtime APIs in Rust

I’ve been working recently on Backtalk, a little toy Rust framework for building realtime APIs. Let’s say you’re building a hot new tech startup — Facebook for Cats. You’re going to need a web server to track all these cats. Let’s build one quickly using ... (more…)

Read more »

Singletons (in Rust)

Singletons are generally not easy to implement safely in any programming language, especially in a multithreaded environment. However Rust’s emphasis on (possibly guaranteed) on memory and concurrency safety sprinkled with some additional language constr... (more…)

Read more »