Skip to content
Avatar
  • FZ Jülich
  • München

Achievements

Achievements

Highlights

  • 4 discussions answered

Organizations

@python @sphinx-doc @mlz-ictrl
Block or Report

Block or report birkenfeld

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. Rust (de)serialization for the Python pickle format.

    Rust 117 11

  2. fddf Public

    Fast data dupe finder

    Rust 93 5

  3. advent18 Public

    Advent of Code 2018 (Rust)

    Rust 23 1

  4. rick Public

    INTERCAL interpreter/compiler

    Rust 21 4

  5. rugments Public

    Experiment to port the Pygments highlighter to Rust.

    Rust 18

  6. Ack-like search tool written in Rust

    Rust 17 1

768 contributions in the last year

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

Contribution activity

November 2021

Created 2 repositories

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

Add new lint octal_escapes

This checks for sequences in strings that would be octal character escapes in C, but are not supported in Rust. It suggests either to use the \x00

+307 −0 34 comments

Created an issue in rust-lang/rust-clippy that received 5 comments

let_underscore_drop complains about idiomatic let _ = ignorable_result;

Lint name: let_underscore_drop I tried this code: #![allow(unused)] #![deny(clippy::let_underscore_drop)] struct Test; impl Test { fn causes_error(&s…

5 comments
Loading

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