Skip to content

v0.3.0 — serde support

Compare
Choose a tag to compare
@jwodder jwodder released this 22 Apr 18:11
· 35 commits to master since this release
v0.3.0
  • Formatting InputArg::Stdin or OutputArg::Stdout with {:#} will now produce "<stdin>" or "<stdout>", respectively
  • Adjusted the trait bounds on the from_arg() methods and the From 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