Cargo Features
SAWP has no features set by default.
[dependencies]
sawp = { version = "0.13.1", features = ["ffi", "verbose"] }
- ffi = cbindgen, sawp-ffi
-
Affects
sawp::ffi
… - verbose
-
Makes error messages more descriptive and verbose at the cost of allocating more strings
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.
- sawp-ffi ffi?
- cbindgen build ffi?
-
Enables cbindgen ^0.15