Ed Page

Results 4042 comments of Ed Page

I had assumed this was possible and was planning clap around it. My plan for clap was to have multiple anymap's and wanted them to be typed so people can...

lexopt and clap_lex are also good lightweight alternatives.

See https://crates.io/crates/fwdansi/

https://crates.io/crates/strip-ansi-cli

See - https://crates.io/crates/vte/0.10.1 - full ANSI parser state machine - Roughly like what we want but works on individual bytes and not sequences of bytes which is likely not as...

From the code > Note that the "merge" in this case is relatively simple: only *top-level* tables are actually merged; everything else is just outright replaced. We might want to...

Should this be in the `rust-script` binary or in `cargo new`?

Since the Pre-RFC won't be modifying `cargo new` yet, let's modify `--pkg-path` to focus on this use case (name, documentation, etc) and mark it as an open question in the...

From [reddit](https://www.reddit.com/r/rust/comments/vfx0zs/quick_tip_you_dont_need_to_create_a_new_cargo/id0c06l/) chris-morgan > Point of curiosity: have you figured out why these other things have used an extension other than .rs? epage > My guess is two parts >...