Become a sponsor to beef
I have been heavily involved with pushing const traits towards stabilization, from carrying out major implementation work and participating in language design discussions.
I implemented C-string literals (c"foo"
) and parsing frontmatters (run a single Rust file with Cargo dependencies) in Rust. I stabilized the ability for repr(C)
enums to have discriminants while having fields:
#[repr(C, u32)]
pub enum Foo {
A(i32, u32) = 5,
}
I have authored and reviewed several hundreds of PRs in the Rust ecosystem, mostly in the Rust compiler. I'm hoping to do a lot more.
I'm currently a university student, so I don't have an income. Any amount you choose to sponsor, whether small or large, will give me great motivation as it is evidence that people value my work.
Featured work
-
rust-lang/rust
Empowering everyone to build reliable and efficient software.
Rust 105,921