Sign in
pigweed
/
third_party
/
github
/
OpenPRoT
/
openprot
/
68117fa9d49eaa922df462d68b50737e2402bfd7
/
.
/
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
]