Skip to content
Avatar

Highlights

  • Arctic Code Vault Contributor

Organizations

@rust-lang @NuxiNL @wg21link @fusion-engineering-forks @fusion-engineering

Sponsors

@is8ac @mockersf @graydon @chandlerc @Divoolej @seanmiddleditch @imbolc @lcnr @iliana @onsails @embark-studios @repi @Mythra

Pinned

  1. Inline Python code directly in your Rust code

    Rust 454 10

  2. Display git information next to every path component in your prompt.

    Shell 6 2

  3. Rust interface for Linux futexes, the fast user-space locking primitive.

    Rust 16 2

  4. Fast implementations of integer/floating point conversion operations.

    Rust 5 1

  5. A binary serialisation format inspired by YAML, MessagePack and nvlists.

    C 19

  6. Easy access to individual bits of integers.

    Rust 20 1

2,072 contributions in the last year

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

Contribution activity

March 2021

Created 3 repositories

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

Don't implement mem::replace with mem::swap.

swap is a complicated operation, so this changes the implementation of replace to use read and write instead. See #83019. I wrote there: Implement…

+9 −3 33 comments

Created an issue in rust-lang/rfcs that received 18 comments

Missing a good way to insert into a HashMap while panicking on duplicates

HashMap::insert(key, val) returns Some(old_val) as the 'error' if the key was already in the map. In many cases it's assumed no duplicate keys are …

18 comments
Opened 2 other issues in 1 repository
55 contributions in private repositories Mar 2 – Mar 15

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