Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
src/ | 03-May-2024 | - | 2,993 | 1,940 | ||
.cargo_vcs_info.json | D | 03-May-2024 | 74 | 6 | 5 | |
.gitignore | D | 03-May-2024 | 25 | 4 | 3 | |
Android.bp | D | 03-May-2024 | 1.2 KiB | 48 | 43 | |
CONTRIBUTING.md | D | 03-May-2024 | 18 | 1 | 1 | |
Cargo.toml | D | 03-May-2024 | 1.3 KiB | 48 | 41 | |
Cargo.toml.orig | D | 03-May-2024 | 767 | 27 | 22 | |
LICENSE | D | 03-May-2024 | 17 | 1 | 1 | |
LICENSE-APACHE | D | 03-May-2024 | 17 | 1 | 1 | |
LICENSE-MIT | D | 03-May-2024 | 14 | 1 | 1 | |
METADATA | D | 03-May-2024 | 394 | 20 | 19 | |
MODULE_LICENSE_APACHE2 | D | 03-May-2024 | 0 | |||
OWNERS | D | 03-May-2024 | 40 | 2 | 1 | |
README.md | D | 03-May-2024 | 1.3 KiB | 39 | 25 |
README.md
1# `criterion-plot` 2 3> Graphing sub-crate of [Criterion.rs]. 4 5This is an unstable implementation detail of [Criterion.rs]. Anything may change 6at any time with no warning, including the public API. For further information, 7see [Criterion.rs]. 8 9`criterion-plot` is currently looking for a new maintainer. See 10[this thread](https://users.rust-lang.org/t/call-for-maintainers-criterion-plot/24413) for details. 11 12## License 13 14This project is licensed under either of 15 16* [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0) 17 ([LICENSE-APACHE](LICENSE-APACHE)) 18 19* [MIT License](http://opensource.org/licenses/MIT) 20 ([LICENSE-MIT](LICENSE-MIT)) 21 22at your option. 23 24## Contributing 25 26We welcome all people who want to contribute. 27Please see the [contributing instructions] for more information. 28 29Contributions in any form (issues, pull requests, etc.) to this project 30must adhere to Rust's [Code of Conduct]. 31 32Unless you explicitly state otherwise, any contribution intentionally submitted 33for inclusion in this crate by you, as defined in the Apache-2.0 license, shall 34be dual licensed as above, without any additional terms or conditions. 35 36[Code of Conduct]: https://www.rust-lang.org/en-US/conduct.html 37[Criterion.rs]: https://github.com/bheisler/criterion.rs 38[contributing instructions]: CONTRIBUTING.md 39