Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
src/ | 23-Nov-2023 | - | 1,523 | 1,094 | ||
.cargo_vcs_info.json | D | 23-Nov-2023 | 74 | 6 | 5 | |
.gitignore | D | 23-Nov-2023 | 157 | 11 | 11 | |
Android.bp | D | 23-Nov-2023 | 726 | 30 | 26 | |
Cargo.toml | D | 23-Nov-2023 | 836 | 25 | 22 | |
Cargo.toml.orig | D | 23-Nov-2023 | 409 | 15 | 12 | |
LICENSE | D | 23-Nov-2023 | 1.1 KiB | 22 | 17 | |
METADATA | D | 23-Nov-2023 | 391 | 20 | 19 | |
MODULE_LICENSE_MIT | D | 23-Nov-2023 | 0 | |||
OWNERS | D | 23-Nov-2023 | 40 | 2 | 1 | |
README.md | D | 23-Nov-2023 | 533 | 9 | 6 |
README.md
1# plotters-backend - The base crate for implementing a backend for Plotters 2 3This is a part of plotters project. For more details, please check the following links: 4 5- For high-level intro of Plotters, see: [Plotters on crates.io](https://crates.io/crates/plotters) 6- Check the main repo at [Plotters repo](https://github.com/38/plotters.git) 7- For detailed documentation about this crate, check [plotters-backend on docs.rs](https://docs.rs/plotters-backend/) 8- You can also visit Plotters [Homepage](https://plotters-rs.github.io) 9