We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7292aec commit 9215f2dCopy full SHA for 9215f2d
2 files changed
Cargo.toml
@@ -21,3 +21,6 @@ colored = "2"
21
[dev-dependencies]
22
csv = "1.1"
23
24
+[[example]]
25
+name = "basic-with-csv-parsing"
26
+required-features = ["serde"]
README.md
@@ -58,3 +58,8 @@ fn main() {
58
chart.draw();
59
}
60
```
61
+
62
+# Examples
63
+- [Basic example with CSV parsing](https://github.com/Julien-R44/cli-candlestick-chart/blob/main/examples/basic-with-csv-parsing.rs)
64
65
+ `cargo run --example basic-with-csv-parsing --features=serde`
0 commit comments