Releases: jwodder/patharg
Releases · jwodder/patharg
v0.4.0 — `FromStr`
v0.3.0 — serde support
- Formatting
InputArg::Stdin
orOutputArg::Stdout
with{:#}
will now produce"<stdin>"
or"<stdout>"
, respectively - Adjusted the trait bounds on the
from_arg()
methods and theFrom
implementations. Pre-existing code that uses these features will still work, but now some more types are accepted, and there should be no more needless copying of data. - Added "serde" feature to enabling serializing & deserializing with
serde
v0.2.0 — tokio support
- Added "tokio" feature to enable async methods
v0.1.0 — Initial release
Version 0.1.0