Cargo Features
RTSAM has no features set by default.
[dependencies]
rtsam = { version = "0.1.4", features = ["codegen"] }
- default
-
The default set of optional packages. Most people will want to use these packages, but they are strictly optional. Note that
session
is not a package but rather another feature listed in this manifest. - codegen = inkwell, llvm-sys
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- inkwell codegen?
-
Enables inkwell ^0.1.0-beta4
- llvm-sys codegen?
-
Enables llvm-sys ^130.0.0