Skip to content
Avatar

Organizations

@cobalt-org @clap-rs @toml-rs
Block or Report

Block or report epage

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

Pinned

  1. Assert process::Command - Easy command initialization and assertions

    Rust 317 23

  2. Crate CI: Documentation

    HTML 14 1

  3. Static site generator written in Rust

    Rust 1.2k 93

  4. Liquid templating for Rust

    Rust 329 60

  5. Cargo subcommand `release`: everything about releasing a rust crate.

    Rust 926 88

  6. Source code spell checker

    Rust 876 38

Contribution activity

December 2022

Created a pull request in epage/nom-experimental that received 2 comments

feat(parser): impl Parsers for literals

We now support &str and &[u8] as tag parsers char as a char parser and u8 as a one_of parser u8 and char ranges as one_of parsers This is to allo…

+499 −142 2 comments
Opened 43 other pull requests in 13 repositories
epage/nom-experimental 23 merged 1 open
toml-rs/toml 5 merged
clap-rs/clap 4 merged
killercup/cargo-edit 1 merged
assert-rs/trycmd 1 merged
crate-ci/cargo-release 1 merged
rust-cli/book 1 merged
crate-ci/typos 1 merged
crate-ci/escargot 1 merged
crate-ci/imperative 1 merged
rust-cli/roff-rs 1 merged
cobalt-org/kstring 1 merged
cobalt-org/liquid-rust 1 merged

Created an issue in Geal/nom that received 2 comments

Capturing of expected values is inflexible

If you use char parser, nom automatically reports the expected char but many other parsers (e.g. one_of) don't. This leads to the use of alt((char(…

2 comments
Answered 8 discussions in 1 repository
clap-rs/clap

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