Popular repositories
-
cli-guidelines Public
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
-
copybara Public
Forked from google/copybara
Copybara: A tool for transforming and moving code between repositories.
Java
-
test-case Public
Forked from frondeus/test-case
Rust procedural macro attribute for adding test cases easily
Rust
-
-
python-build-standalone Public
Forked from indygreg/python-build-standalone
Produce redistributable builds of Python
Python
673 contributions in the last year
Contribution activity
October 2021
Created 48 commits in 1 repository
Created 1 repository
- martinvonz/rust Rust
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…

