Sign in
rust
/
rust
/
refs/heads/try-perf
/
.
/
library
/
std
/
src
/
sys
/
pal
/
trusty
/
mod.rs
blob: 76a3a75b10c1a1b59f54c9d9538e41022893b72d [
file
] [
log
] [
blame
] [
edit
]
//! 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
::*;