Sign in
rust
/
rust
/
8eb7c58dbb7b32701af113bc58722d0d1fefb1eb
/
.
/
src
/
libstd
/
sys
/
hermit
/
env.rs
blob: 7a0fcb31ef2e87a66f2768aa263b8bf953ad28ca [
file
]
pub
mod
os
{
pub
const
FAMILY
:
&
str
=
""
;
pub
const
OS
:
&
str
=
"hermit"
;
pub
const
DLL_PREFIX
:
&
str
=
""
;
pub
const
DLL_SUFFIX
:
&
str
=
""
;
pub
const
DLL_EXTENSION
:
&
str
=
""
;
pub
const
EXE_SUFFIX
:
&
str
=
""
;
pub
const
EXE_EXTENSION
:
&
str
=
""
;
}