embedded-graphics 0.7.1

Embedded graphics library for small hardware displays
Documentation
1
2
3
4
5
6
7
8
# Run with `cargo +nightly fmt -- --config-path ./rustfmt.nightly.toml`
# This config only works in nightly. It can be used to clean up doc comments without having to do it
# manually.

format_code_in_doc_comments = true
merge_imports = true
format_macro_matchers = true
format_macro_bodies = true