Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
src/ | 25-Apr-2025 | - | 1,571 | 1,112 | ||
.cargo-checksum.json | D | 25-Apr-2025 | 1.1 KiB | 1 | 1 | |
Android.bp | D | 25-Apr-2025 | 841 | 31 | 27 | |
Cargo.toml | D | 25-Apr-2025 | 770 | 24 | 21 | |
LICENSE | D | 25-Apr-2025 | 10 | 1 | 1 | |
METADATA | D | 25-Apr-2025 | 391 | 18 | 17 | |
MODULE_LICENSE_MIT | D | 25-Apr-2025 | 0 | |||
README.md | D | 25-Apr-2025 | 542 | 9 | 6 | |
TEST_MAPPING | D | 25-Apr-2025 | 334 | 17 | 16 | |
cargo_embargo.json | D | 25-Apr-2025 | 25 | 4 | 3 |
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/plotters-rs/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