clap/clap_complete
Ed Page 6419a0d937 perf!(lex): Build faster by removing os_str_bytes
We are doing direct transmutes between `OsStr` and `[u8]`.
https://github.com/rust-lang/rust/pull/95290 would make this natively
supported but I got tired of waitin for it.

This only saves about 1/4s off of `cargo build`.

This took 2.9 KiB off of `cargo bloat --release --example git`
2023-03-25 01:59:24 -05:00
..
examples docs: Consistently use console fence type 2023-03-24 21:33:49 -05:00
src perf!(lex): Build faster by removing os_str_bytes 2023-03-25 01:59:24 -05:00
tests feat(complete): Support to run ZSH completion as a script 2023-02-27 23:23:50 +08:00
Cargo.toml perf!(lex): Build faster by removing os_str_bytes 2023-03-25 01:59:24 -05:00
CHANGELOG.md chore: Release 2023-03-16 10:42:06 -05:00
CONTRIBUTING.md fix(complete): Give crates more specific names 2021-12-31 12:03:29 -06:00
LICENSE-APACHE fix(complete): Give crates more specific names 2021-12-31 12:03:29 -06:00
LICENSE-MIT docs(license): Update years/holders 2022-06-27 12:55:09 -05:00
README.md chore: Release 2023-03-16 10:42:06 -05:00

clap_complete

Shell completion generation for clap

Crates.io Crates.io License License

Dual-licensed under Apache 2.0 or MIT.

  1. About
  2. API Reference
  3. Questions & Discussions
  4. CONTRIBUTING
  5. Sponsors

About