prettyprint icon indicating copy to clipboard operation
prettyprint copied to clipboard

Add `examples` folder

Open mre opened this issue 6 years ago • 1 comments
trafficstars

There should be an examples folder for showing different features of the library. This would help people get up to speed quickly and show off some of the more interesting features of the library such as the soon to be added stderr support (#9).

If anyone wants to contribute a usage example, feel free to send a pull request. 😊

mre avatar Apr 04 '19 12:04 mre

Forgot to say: each example should be executable as follows:

cargo run --example myexample

mre avatar Apr 04 '19 12:04 mre