Docs.rs
io-arg-0.2.2
io-arg 0.2.2
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
pacman82
Dependencies
atty ^0.2.14
dev
clap ^4.5.27
dev
indicatif ^0.18.0
dev
Versions
60%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
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
io_arg
0.2.2
All Items
Crate Items
Enums
Crate
io_arg
Copy item path
Source
Expand description
Conviniently handle and use IO arguments in your command line interface.
Enums
ยง
Input
An opend input stream which can provide a
io::Read
interface.
IoArg
Argument for CLI tools which can either take a file or STDIN/STDOUT.
Output
An opend outup stream which can provide a
io::Write
interface.