[WIP] - A tiling window manager in the spirit of dwm / Xmonad but written in Rust
https://github.com/sminez/penrose
https://github.com/sminez/penrose
GitHub
GitHub - sminez/penrose: A library for writing an X11 tiling window manager
A library for writing an X11 tiling window manager - sminez/penrose
Rocket can now compile on stable 🥳
https://github.com/SergioBenitez/Rocket/issues/19
https://github.com/SergioBenitez/Rocket/issues/19
GitHub
Compile with stable Rust · Issue #19 · SergioBenitez/Rocket
The following features need to be stabilized before Rocket can compile on stable: proc_macro_hygiene (rust-lang/rust#54727) associated_consts (rust-lang/rust#29646) conservative_impl_trait (rust-la...
Bastion - Highly-available Distributed Fault-tolerant Runtime
https://bastion.rs/
#runtime #distributed
https://bastion.rs/
#runtime #distributed
Thruster - A fast, middleware based, web framework written in Rust
https://github.com/thruster-rs/Thruster
#web #middleware
https://github.com/thruster-rs/Thruster
#web #middleware
GitHub
GitHub - thruster-rs/Thruster: A fast, middleware based, web framework written in Rust
A fast, middleware based, web framework written in Rust - thruster-rs/Thruster
Multi Layer Archive - A pure rust encrypted and compressed archive file format
https://github.com/ANSSI-FR/MLA
#archive #compression #encryption
https://github.com/ANSSI-FR/MLA
#archive #compression #encryption
GitHub
GitHub - ANSSI-FR/MLA: Multi Layer Archive - A pure rust encrypted and compressed archive file format
Multi Layer Archive - A pure rust encrypted and compressed archive file format - ANSSI-FR/MLA
Mask - A CLI task runner defined by a simple markdown file
https://github.com/jakedeichert/mask
#taskrunner #cli
https://github.com/jakedeichert/mask
#taskrunner #cli
GitHub
GitHub - jacobdeichert/mask: 🎭 A CLI task runner defined by a simple markdown file
🎭 A CLI task runner defined by a simple markdown file - jacobdeichert/mask
Ohayou - HTTP load generator, inspired by rakyll/hey with tui animation.
https://github.com/hatoo/oha
#http #load_generator
https://github.com/hatoo/oha
#http #load_generator
GitHub
GitHub - hatoo/oha: Ohayou(おはよう), HTTP load generator, inspired by rakyll/hey with tui animation.
Ohayou(おはよう), HTTP load generator, inspired by rakyll/hey with tui animation. - hatoo/oha
Writing a file system from scratch in Rust
https://blog.carlosgaldino.com/writing-a-file-system-from-scratch-in-rust.html
https://blog.carlosgaldino.com/writing-a-file-system-from-scratch-in-rust.html
Carlosgaldino
Writing a file system from scratch in Rust | carlosgaldino
A file system is responsible for organising and providing an abstraction over the storage devices where the data is physically stored. In this post, we will learn more about the concepts used by file systems, and how they fit together when writing your own.
Crush - A command line shell that is also a powerful modern programming language.
https://github.com/liljencrantz/crush
https://github.com/liljencrantz/crush
GitHub
GitHub - liljencrantz/crush: Crush is a command line shell that is also a powerful modern programming language.
Crush is a command line shell that is also a powerful modern programming language. - liljencrantz/crush
What Is The Minimal Set Of Optimizations Needed For Zero-Cost Abstraction?
https://robert.ocallahan.org/2020/08/what-is-minimal-set-of-optimizations.html?m=1
https://robert.ocallahan.org/2020/08/what-is-minimal-set-of-optimizations.html?m=1
robert.ocallahan.org
What Is The Minimal Set Of Optimizations Needed For Zero-Cost Abstraction?
A compelling feature of Rust and C++ is "zero-cost abstractions". You can write "high level" code, e.g. using iterators, that compiles down ...