Cargo Features

IF97 has no features set by default.

[dependencies]
if97 = { version = "1.4.4", features = ["cdecl", "stdcall", "python"] }
cdecl

Affects if97::cdecl_c_if97

stdcall

Affects if97::stdcall_c_if97

python = pyo3

Affects if97::python_if97

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.

pyo3 python?

Enables pyo3 ^0.19.2