The Wayback Machine - https://web.archive.org/web/20211017145354/https://github.com/martinvonz
Skip to content
Avatar
  • Google
  • Mountain View, CA, USA

Achievements

Achievements

Block or Report

Block or report martinvonz

Report abuse

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

Report abuse

Popular repositories

  1. jj Public

    Jujutsu (an experimental VCS)

    Rust 80 3

  2. Forked from cli-guidelines/cli-guidelines

    A guide to help you write better command-line programs, taking traditional UNIX principles and updating them for the modern day.

    CSS

  3. copybara Public

    Forked from google/copybara

    Copybara: A tool for transforming and moving code between repositories.

    Java

  4. Forked from frondeus/test-case

    Rust procedural macro attribute for adding test cases easily

    Rust

  5. Forked from arxanas/git-branchless

    Branchless workflow for Git

    Rust

  6. Forked from indygreg/python-build-standalone

    Produce redistributable builds of Python

    Python

673 contributions in the last year

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

Contribution activity

October 2021

Created 48 commits in 1 repository
Created 1 repository

Created a pull request in rust-lang/rust that received 1 comment

Make split_inclusive() on an empty slice yield an empty output

[].split_inclusive() currently yields a single, empty slice. That's different from "".split_inslusive(), which yields no output at all. I think tha…

+8 −6 1 comment