Skip to content
Avatar
💭
🦀
💭
🦀

Highlights

Organizations

@serde-rs @embed-rs

Sponsoring

@vertexclique @phansch @QuietMisdreavus

Pinned

  1. A graphical debugger for Rust MIR

    Rust 89 10

  2. Rust implementation of the Quine-McCluskey algorithm and Petrick's method

    Rust 17 2

  3. Crate for capturing images from a webcam

    Rust 31 13

  4. A bunch of lints to catch common mistakes and improve your Rust code

    Rust 5.1k 711

1,434 contributions in the last year

Oct Nov Dec Jan Feb Mar Apr May Jun Jul Aug Sep Oct Mon Wed Fri
Activity overview
Contributed to rust-lang/rust, oli-obk/fixmeh, rust-lang/const-eval and 5 other repositories
Loading

Contribution activity

October 2020

Created a pull request in rust-lang/rust that received 31 comments

Fully destructure slice and array constants into patterns

There were a lot of workarounds for making such constants not opaque, now we expand all constants into patterns unless they are not structural match

+85 −295 31 comments

Created an issue in rust-lang/rust that received 40 comments

Must a `const fn` behave exactly the same at runtime as at compile-time?

TLDR: should we allow floating point types in const fn? Basically the question is whether the following const fn const fn foo(a: f32, b: f32) -> f32

40 comments

Seeing something unexpected? Take a look at the GitHub profile guide.

You can’t perform that action at this time.