A tiny, self-contained, configurable pastebin and URL shortener written in Rust

A tiny, self-contained, configurable paste bin and URL shortener written in Rust. – GitHub – szabodanika/microbin: A tiny, self-contained, configurable paste bin and URL shortener written in Rust. Read more

Similar

24 days of Rust – static initialization

Static variables are available throughout the entire life of a program. They are allocated in a block of memory known at compile time. Due to that, they tend to represent global state that the program can access. It's getting especially tricky if one stat...

Read more »