aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJakub Kotur <qtr@google.com>2020-12-21 17:28:15 +0100
committerJakub Kotur <qtr@google.com>2021-03-05 16:36:19 +0100
commit251cc39ae9b6a00840996559548e7e7b2e155d2a (patch)
treeba83cdbdb209dec2b72e56e01982599900f5bb89 /README.md
parentdbc5f3e479629cfd71c8d8e8f0043a8a6752b809 (diff)
downloadplotters-backend-251cc39ae9b6a00840996559548e7e7b2e155d2a.tar.gz
Initial import of plotters-backend-0.2.1.
Bug: 155309706 Change-Id: I89e5308bd8288caa03009dd6b00676a0a90f886f
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..dc7720b
--- /dev/null
+++ b/README.md
@@ -0,0 +1,8 @@
+# plotters-backend - The base crate for implementing a backend for Plotters
+
+This is a part of plotters project. For more details, please check the following links:
+
+- For high-level intro of Plotters, see: [Plotters on crates.io](https://crates.io/crates/plotters)
+- Check the main repo at [Plotters repo](https://github.com/38/plotters.git)
+- For detailed documentation about this crate, check [plotters-backend on docs.rs](https://docs.rs/plotters-backend/)
+- You can also visit Plotters [Homepage](https://plotters-rs.github.io)