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.
1 parent 364d303 commit b3bfe7fCopy full SHA for b3bfe7f
Cargo.toml
@@ -7,5 +7,5 @@ license-file = "LICENSE"
7
repository = "https://github.com/apfitzge/rts-alloc"
8
authors = ["Andrew Fitzgerald <[email protected]>"]
9
10
-[dependencies]
+[target."cfg(unix)".dependencies]
11
libc = { version = "0.2.174" }
src/lib.rs
@@ -1,3 +1,5 @@
1
+#![cfg(unix)]
2
+
3
mod align;
4
pub mod allocator;
5
mod cache_aligned;
0 commit comments