Docs.rs
gitignore-template-generator-0.4.2
gitignore-template-generator 0.4.2
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
Patacode
Dependencies
clap ^4.5.32
normal
ureq ^3.0.10
normal
criterion ^0.5.1
dev
mockito ^1.7.0
dev
regex ^1.11.1
dev
rstest ^0.25.0
dev
test_bin ^0.4.0
dev
Versions
86.75%
of the crate is documented
Go to latest version
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Files
gitignore_template_generator/
parser.rs
1
//! Define components to parse cli args.
2
3
mod
api;
4
mod
command;
5
mod
impls;
6
7
pub use
api::
*
;