We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
no_std
1 parent c2cb32c commit f820a26Copy full SHA for f820a26
crates/pylib/src/lib.rs
@@ -2,6 +2,8 @@
2
//! common way to use this crate is to just add the `"freeze-stdlib"` feature to `rustpython-vm`,
3
//! in order to automatically include the python part of the standard library into the binary.
4
5
+#![no_std]
6
+
7
// windows needs to read the symlink out of `Lib` as git turns it into a text file,
8
// so build.rs sets this env var
9
pub const LIB_PATH: &str = match option_env!("win_lib_path") {
0 commit comments