Avatar
Rust Weekly 🦀
0eded5a79413150612c13cd087abb09a461913975db8136057baf12346606794
Articles, projects and tutorials about #RustLang. Weekly newsletter: https://discu.eu/weekly/rust

Ratatui is the official successor of tui-rs! (library to build rich terminal user interfaces and dashboards)

https://github.com/fdehau/tui-rs/commit/335f5a4563342f9a4ee19e2462059e1159dcbf25

Discussions: https://discu.eu/q/https://github.com/fdehau/tui-rs/commit/335f5a4563342f9a4ee19e2462059e1159dcbf25

#programming #rustlang

Llama2.rs: One-file Rust implementation of Llama2

https://github.com/srush/llama2.rs

Discussions: https://discu.eu/q/https://github.com/srush/llama2.rs

#programming #rustlang

Hirola v0.3 is out! A no vdom rust frontend framework that uses rsx and frp-signals.

https://github.com/geofmureithi/hirola

Discussions: https://discu.eu/q/https://github.com/geofmureithi/hirola

#programming #rustlang

CachewDB - An in-memory, key value database implemented in Rust (obviously)

https://github.com/theopfr/cachew-db

Discussions: https://discu.eu/q/https://github.com/theopfr/cachew-db

#programming #rustlang

Announcing theo: a vector graphics drawing framework for winit, somewhat similar to cairo or piet

https://notgull.github.io/theo/

Discussions: https://discu.eu/q/https://notgull.github.io/theo/

#programming #rustlang

The Quest for Piet: One man's attempt to implement a graphics API: The Movie: The Series

https://notgull.github.io/quest-for-piet/

Discussions: https://discu.eu/q/https://notgull.github.io/quest-for-piet/

#programming #rustlang

Simple Rust Function Macros - Sometimes, repeating yourself is not that bad, as long as macros do it for you

https://antoniosbarotsis.github.io/posts/simple_rust_macros/

Discussions: https://discu.eu/q/https://antoniosbarotsis.github.io/posts/simple_rust_macros/

#programming #rustlang

Unreachable/Useless match arm leads to worse asm in release mode

https://godbolt.org/z/eMdcfaEd6

Discussions: https://discu.eu/q/https://godbolt.org/z/eMdcfaEd6

#programming #rustlang

I implemented a basic buffered/synced channel to learn more about Rust and multi-threading!

https://github.com/dhruv-ahuja/buffered-queue-rs

Discussions: https://discu.eu/q/https://github.com/dhruv-ahuja/buffered-queue-rs

#programming #rustlang