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 28 million developers.
Sign up
Popular repositories
-
syn
Nom parser for Rust source code
-
cargo-expand
Subcommand to show result of macro expansion and #[derive] expansion
-
quote
Rust quasi-quoting
-
reflect
Compile-time reflection API for developing robust procedural macros
-
serde-yaml
Strongly typed YAML library for Rust
-
semver-trick
How to avoid complicated coordinated upgrades
3,451 contributions in the last year
Contribution activity
August 2018
Created a pull request in rust-lang/rust that received 10 comments
TokenStream::extend
Two new insta-stable impls in libproc_macro:
impl Extend<TokenTree> for TokenStream
impl Extend<TokenStream> for TokenStream
proc_macro::TokenStream …
+279
−16
•
10
comments
Created an issue in rust-lang/rust that received 8 comments
Wrong result after short circuit in const_let
I would expect this program to print true. As of rustc 1.30.0-nightly (33b923f 2018-08-18) it prints false. If you change const fn to fn then it pr…
8
comments