Sign in
rust
/
rust
/
244fc326f23b58bc9db6bd985c59b80098ff14c1
/
.
/
library
/
std
/
src
/
sys
/
pal
/
trusty
/
mod.rs
blob: b785c2dbb7892d7dd12881de8b6ae44cf145e96c [
file
] [
log
] [
blame
]
//! System bindings for the Trusty OS.
#[
path
=
"../unsupported/common.rs"
]
#[
deny
(
unsafe_op_in_unsafe_fn
)]
mod
common
;
#[
path
=
"../unsupported/os.rs"
]
pub
mod
os
;
pub
use
common
::*;