https://github.com/embedded-graphics/debug-tools
Miscellaneous debug tools
https://github.com/embedded-graphics/debug-tools
Last synced: 10 months ago
JSON representation
Miscellaneous debug tools
- Host: GitHub
- URL: https://github.com/embedded-graphics/debug-tools
- Owner: embedded-graphics
- Created: 2020-12-07T18:36:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-12-05T21:20:14.000Z (over 1 year ago)
- Last Synced: 2024-12-05T21:21:13.378Z (over 1 year ago)
- Language: Rust
- Size: 168 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# debug-tools
This repository contains tools to help with the development of [`embedded-graphics`].
While it is primarily targeted at debugging the internals of [`embedded-graphics`] the
debug framework might also be useful to develop or debug external libraries.
## Minimum supported Rust version
This repository doesn't follow the same MSRV policy as the main [`embedded-graphics`] repository.
The minimum supported Rust version for this repository is the latest stable Rust version.
Ensure you have the correct version of Rust installed, preferably through .
## License
Licensed under either of
- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or
http://www.apache.org/licenses/LICENSE-2.0)
- MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
at your option.
### Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the
work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any
additional terms or conditions.
[`embedded-graphics`]: https://github.com/embedded-graphics/embedded-graphics