Docs.rs
embedded-graphics-0.8.2
embedded-graphics 0.8.2
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
jamwaffles
github:embedded-graphics:embedded-graphics-core-team
Dependencies
az ~1.2.0
normal
byteorder ^1.4.3
normal
defmt ^0.3.2
normal
optional
embedded-graphics-core ^0.4.1
normal
fixed ~1.27.0
normal
optional
float-cmp ^0.9.0
normal
half ~2.4.1
normal
optional
micromath ^2.0.0
normal
arrayvec ^0.7.2
dev
criterion ^0.4.0
dev
Versions
100%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
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
ByteOrder
embedded_
graphics
0.8.2
Byte
Order
Implementors
In embedded_
graphics::
pixelcolor::
raw
embedded_graphics
::
pixelcolor
::
raw
Trait
Byte
Order
Copy item path
Source
pub trait ByteOrder: Sealed { }
Expand description
Raw data byte order.
Implementors
§
Source
§
impl
ByteOrder
for
BigEndian
Source
§
impl
ByteOrder
for
LittleEndian