Skip to content
Avatar

Highlights

  • Arctic Code Vault Contributor

Popular repositories

  1. Forked from h2database/h2database

    H2 is an embeddable RDBMS written in Java.

    Java

  2. it87 Archived

    Forked from herocodemaster/it87

    Linux Driver for ITE LPC chips

    C

  3. Forked from hyperfekt/google-dark

    A user style to customizably darken the Google Search website

    CSS

  4. Forked from Roba1993/RAR

    Rust RAR archive crate

    Rust

  5. Forked from remram44/adler32-rs

    Minimal Adler32 implementation for Rust.

    Rust

  6. Forked from srijs/rust-crc32fast

    Fast, SIMD-accelerated CRC32 (IEEE) checksum computation in Rust

    Rust

154 contributions in the last year

Dec Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec Mon Wed Fri
Activity overview
Contributed to rust-lang/rust, csheaff/pa-tomography-xu-wang, rust-math/fftw and 5 other repositories

Contribution activity

December 2020

Created 3 commits in 1 repository

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

Replace simple `if let` constructs with Option::map

Replaces a few constructs of the form if let Some(x) = var { Some(...) } else { None } with calls to Option::map. @rustbot modify labels +C-cleanu…

+13 −41 5 comments
Opened 2 other pull requests in 1 repository
Reviewed 2 pull requests in 1 repository

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

You can’t perform that action at this time.