Cargo Features
reFORM has no features set by default.
[dependencies]
reform = { version = "0.1.0", features = ["python_api", "c_api", "profile"] }
- python_api = cpython
-
Affects
poly::python_api
… - c_api = libc
-
Affects
poly::c_api
… - profile = cpuprofiler
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.
- cpuprofiler profile?
-
Enables cpuprofiler ^0.0.3
- cpython python_api?
-
Enables cpython ^0.2.1
- libc c_api?