Skip to content
Avatar

Achievements

Achievements

Block or Report

Pinned

  1. Empowering everyone to build reliable and efficient software.

    Rust 54.1k 7.8k

  2. A library for drawing half blocks to the terminal.

    Rust 1 1

  3. Draw graphics with your mouse in the terminal!

    Rust 2

  4. another banking system

    Rust

  5. A library for drawing graphics on the console screen

    Crystal 30

  6. A privacy-focused list of alternatives to mainstream services to help the competition

    24 1

167 contributions in the last year

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

Contribution activity

April 2021

Created 5 repositories

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

Document that index and index_mut can panic

I thought this was noteworthy and I think a bit more explicitness does no harm.

+8 −0 5 comments
Opened 6 other pull requests in 6 repositories
github/linguist
1 merged
integer32llc/rust-playground
1 closed
rust-lang/reference
1 open
rust-lang/crates.io
1 merged
bevyengine/bevy
1 closed
nnethercote/perf-book
1 open

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

Chinese numerals are not recognized by char::is_numeric

I tried this code: fn main() { assert!('一'.is_numeric()); } I expected it to evaluate to true. Instead, it evaluated to false. I would expect at l…

7 comments

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