Skip to content
💭
const generics 🦀
💭
const generics 🦀

Highlights

Sponsoring

@sgrif @mattgodbolt @XAMPPRocky @nvzqz

Pinned

  1. Empowering everyone to build reliable and efficient software.

    Rust 46.6k 6.9k

  2. A simple pixel perfect 2D rendering engine

    Rust 89 1

  3. A rust library for easily usable game bots.

    Rust 12

  4. A showcase game for the crow rendering engine

    Rust 35

1,439 contributions in the last year

Jul Aug Sep Oct Nov Dec Jan Feb Mar Apr May Jun Jul Mon Wed Fri

Contribution activity

July 2020

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

Support const args in type dependent paths (Take 2)

once more, except it is sound this time 🥰 previously #71154 #![feature(const_generics)] struct A; impl A { fn foo<const N: usize>(&self) -> usize

+1,547 −622 29 comments

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

Forbid generic parameters in the type of const generic parameters

e.g. do not allow fn foo<T, const N: T>() and foo<const N: usize, const M: [u8; N]>(). While we may want to support this in the future, this should…

3 comments

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

You can’t perform that action at this time.