Commit 73ca073
docs: Revive 0.35 examples (#121)
## Description
Add back the examples that were removed when moving from 0.35 to 0.9x.
## Breaking Changes
None
## Notes & open questions
How much should we bikeshed the progress reporting in the examples,
using console and indicatif crates? On the one hand it is nice, on the
other hand it makes the examples more complex.
I think we might put basic progress display for import, download and
export into the util crate. But I think it would be nice if we could get
by without the `--features exampes` feature flag for most or all
examples, so maybe not use console and indicatif so we don't have to
have it as dev dependencies.
I changed the transfer example to use clap like the other examples. I
hope you don't mind, @matheus23.
## Change checklist
- [ ] Self-review.
- [ ] Documentation updates following the [style
guide](https://rust-lang.github.io/rfcs/1574-more-api-documentation-conventions.html#appendix-a-full-conventions-text),
if relevant.
- [ ] Tests if relevant.
- [ ] All breaking changes documented.
Implements #120
Implements #117
---------
Co-authored-by: Philipp Krüger <[email protected]>1 parent 1ff13f5 commit 73ca073
File tree
7 files changed
+614
-4
lines changed- examples
- common
7 files changed
+614
-4
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| 61 | + | |
61 | 62 | | |
62 | 63 | | |
63 | 64 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
0 commit comments