Und das Irre: Die Partei muss noch nicht mal angeben, wie viel dabei zusammenkommt. Denn das sind keine Spenden, sondern Sponsoring. Muss man nicht verstehen.
#cdu #parteitag

| web | https://bloerg.net |
| github | https://github.com/matze |
Starting tomorrow, you will be able (on linux without cross-compilation) to install and use the Rust GCC backend directly from rustup! To do so:
rustup component add rustc-codegen-gcc
Thanks a lot to Kobzol for all their work to making it a reality!

This PR adds the GCC codegen backend, and the GCC (libgccjit) component upon which it depends, to build-manifest, and thus also to (nightly) Rustup. I added both components in a single PR, because ...
These festive days, I've been experimenting with a "pure" async-driven UI progress bar and spinner library for #rust called strides. There is the widespread indicatif crate but IMHO it does not mesh that well with async programs. Of course there are issues to resolve (I/O within poll() 😱), APIs to clean and features to complete but I call it good enough to base my binary installer on it.
https://github.com/matze/strides
https://github.com/matze/binge/commit/2c88a68ae166737c2ac60d4fe10da46681845210
Here's a small Christmas present 🎅
wastebin 3.4.0 – a small and fast #rust pastebin – is out! Mostly small UX and performance improvements but also a rewrite of the Dockerfile for easier (for me) builds of both x86_64 and aarch64 Docker images and re-architecture of the highlighting component to extract the new theme showcase tool. Check it out: