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 descriminants while having fields:
#[repr(C, u32)]
pub enum Foo {
A(i32, u32) = 5,
}
I have authored and reviewed several hundreds of PRs, mostly in the Rust compiler. I'm hoping to do a lot more.
Your sponsorship will go towards my college tuition as an international student. Any amount, 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 104,818