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