Sign in
rust
/
rust
/
HEAD
/
.
/
library
/
std
/
src
/
os
/
motor
/
mod.rs
blob: e8812f48a12090183b5de4eeaa4e317429987849 [
file
] [
log
] [
blame
]
#![
unstable
(
feature
=
"motor_ext"
,
issue
=
"147456"
)]
pub
mod
ffi
;
pub
mod
process
;
pub
fn
rt_version
()
->
u64
{
moto_rt
::
RT_VERSION
}