We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
env
vexos
1 parent 3295fed commit bffb60dCopy full SHA for bffb60d
library/std/src/sys/pal/vexos/env.rs
@@ -0,0 +1,9 @@
1
+pub mod os {
2
+ pub const FAMILY: &str = "";
3
+ pub const OS: &str = "vexos";
4
+ pub const DLL_PREFIX: &str = "";
5
+ pub const DLL_SUFFIX: &str = "";
6
+ pub const DLL_EXTENSION: &str = "";
7
+ pub const EXE_SUFFIX: &str = ".bin";
8
+ pub const EXE_EXTENSION: &str = "bin";
9
+}
0 commit comments