Cargo Features

blazesym-c has no features set by default.

[dependencies]
blazesym-c = { version = "0.1.0-alpha.1", features = ["check-doc-snippets", "generate-c-header"] }
check-doc-snippets

Check C code documentation snippets.

generate-c-header = cbindgen, which

Enable this feature to re-generate the library's C header file. An up-to-date version of this header should already be available in the include/ directory, so this feature is only necessary when APIs are changed.

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.

cbindgen build generate-c-header?
which build generate-c-header?