Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 31 million developers.
Sign up
Popular repositories
-
command-macros
Rust macros for std::process::Command
-
fomat-macros
Alternative syntax for printing macros in Rust
-
whiteread
Reading whitespace-separated values in Rust
-
shelly
Shelly — very dumb PowerShell script analyzer
-
comtog
Comment Toggler
C++
-
2048
Forked from gabrielecirulli/2048
A small clone of 1024 (https://play.google.com/store/apps/details?id=com.veewo.a1024)
CSS
354 contributions in the last year
Contribution activity
March - April 2019
February 2019
- krdln/template-benchmarks-rs Rust
- krdln/proptest Rust
Created a pull request in djc/template-benchmarks-rs that received 1 comment
Use `if` instead of `match` in `fomat`
This makes it more similar to other templating engines (which already use if) and also slightly faster. Also, I've released fomat-macros 0.3.1 with…
Created an issue in rust-lang/rust that received 3 comments
Cannot link to --crate-type staticlib as -whole-archive
Background: I was trying to integrate libfoo.a (compiled as crate-type = "staticlib") as a static depencency of libbar.so library (written in C++).…