Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
src/ | 03-May-2024 | - | 1,571 | 1,112 | ||
.cargo_vcs_info.json | D | 03-May-2024 | 110 | 6 | 6 | |
.gitignore | D | 03-May-2024 | 157 | 11 | 11 | |
Android.bp | D | 03-May-2024 | 943 | 38 | 34 | |
Cargo.toml | D | 03-May-2024 | 770 | 24 | 21 | |
Cargo.toml.orig | D | 03-May-2024 | 401 | 15 | 12 | |
LICENSE | D | 03-May-2024 | 1.1 KiB | 22 | 17 | |
METADATA | D | 03-May-2024 | 642 | 24 | 22 | |
MODULE_LICENSE_MIT | D | 03-May-2024 | 0 | |||
OWNERS | D | 03-May-2024 | 40 | 2 | 1 | |
README.md | D | 03-May-2024 | 533 | 9 | 6 | |
TEST_MAPPING | D | 03-May-2024 | 337 | 18 | 17 | |
cargo2android.json | D | 03-May-2024 | 35 | 4 | 4 |
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