Cargo Features
[dependencies]
openshmem-rs = { version = "1.5.2-3", default-features = false, features = ["shmalloc", "rma"] }
- default = shmalloc
-
The
shmalloc
feature is set by default wheneveropenshmem-rs
is added without
somewhere in the dependency tree.default-features = false - shmalloc default rma?
- rma = shmalloc
OpenSHMEM-rs has 3 features without comments.