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 170ba62 commit 80b1d36Copy full SHA for 80b1d36
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