Sign in
pigweed
/
third_party
/
github
/
OpenPRoT
/
openprot
/
d98dfe02bfa7e21dcb93ee9106d288ea6189373b
/
.
/
platform
/
impls
/
hubris
/
src
/
lib.rs
blob: 935893af87af68fd69fa4b5891592995f26af3c4 [
file
]
// Licensed under the Apache-2.0 license
//! Hubris OS platform implementation for OpenPRoT
//!
//! This crate provides Hubris OS-specific implementations of platform abstraction traits.
#![
no_std
]