Docs.rs
display-driver-0.1.1
display-driver 0.1.1
Permalink
Docs.rs crate page
Apache-2.0
03 September 2026
Links
Repository
crates.io
Source
Owners
decaday
Dependencies
delegate ^0.13
normal
display-interface ^0.5
normal
optional
embedded-graphics ^0.8.1
normal
optional
embedded-graphics-core ^0.4.0
normal
optional
embedded-hal ^1.0
normal
embedded-hal-async ^1.0
normal
Versions
72.73%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Files
display_driver/eg/
mod.rs
1
pub mod
framebuffered;
2
pub mod
utils;
3
4
pub use
framebuffered::FrameBufferedDisplayDriver;