Skip to content

Instantly share code, notes, and snippets.

View madsmtm's full-sized avatar

Mads Marquart madsmtm

  • Copenhagen, Denmark
  • 17:09 (UTC +02:00)
View GitHub Profile

#Rust2019 Are We GUI Yet?

By Dustin Bensing (@pythoneer). Originally posted 2019-01-13 here (Archived link).

The Rust 2018 journey has been great so far. 2018 was a year filled with great feature additions to the core language along with improvements to the ecosystem. The year 2018 also saw the release of the first fully fleshed out Rust edition 🎉. And as 2018 has come to its end, we are once more encouraged to Blog about the things we'd like to see in 2019.

I have many things I'd like to see in the new year and to bring it home its mostly the same thing I've read in other posts on Reddit and/or blog posts:

I will finish what you started

@madsmtm
madsmtm / Cargo.toml
Created March 28, 2025 08:26
Minimal `cc-rs` `#![no_std]` example
[package]
name = "example"
version = "0.1.0"
edition = "2021"
publish = false
[build-dependencies]
cc = "1.2.17"
[lib]