Sign in
opensecura
/
sw
/
matcha
/
a1d613e2e1905150162b1132b8fa2913487600fc
/
.
/
capsules
/
src
/
lib.rs
blob: 78117c541589b41817680bdd079471ce7a16ce20 [
file
] [
log
] [
blame
]
#![
feature
(
const_fn
)]
#![
forbid
(
unsafe_code
)]
#![
no_std
]
pub
mod
debug_uart
;