Skip to content
Block or report user

Report or block JohnTitor

Hide content and notifications from this user.

Learn more about blocking users

Contact Support about this user’s behavior.

Learn more about reporting abuse

Report abuse

Sponsors

@brudnak @akidsuki @imbsky @himanoa @uneco @k-nasa
Block or report user

Report or block JohnTitor

Hide content and notifications from this user.

Learn more about blocking users

Contact Support about this user’s behavior.

Learn more about reporting abuse

Report abuse

Pinned

  1. Empowering everyone to build reliable and efficient software.

    Rust 41.9k 6.4k

  2. Functions for determining terminal sizes in Rust

    Rust 3

  3. A safe, extensible ORM and Query Builder for Rust

    Rust 4.9k 459

  4. A big 'ol pile of ICE.

    Rust 63 16

  5. 🔭 Cross-platform filesystem notification library for Rust.

    Rust 810 82

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

    Rust 4.2k 551

Contribution activity

January 2020

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

Update rustc-guide

+1 −1 19 comments

Created an issue in rust-lang/rust that received 1 comment

const generics: cycle error due to a lack of lazy normalization

Consider this example: #![feature(const_generics)] fn foo<const N: usize, const A: [u8; N]>() {} fn bar() { foo::<1, {[1]}>(); } It causes a cycle …

1 comment
1 contribution in private repositories Jan 15

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

You can’t perform that action at this time.