Sign in
rust
/
rust
/
526a91cbcc4601b92b0587405015e07b9c0d79f6
/
.
/
library
/
std
/
src
/
sys
/
pal
/
trusty
/
mod.rs
blob: 76a3a75b10c1a1b59f54c9d9538e41022893b72d [
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
;
#[
path
=
"../unsupported/time.rs"
]
pub
mod
time
;
pub
use
common
::*;