Cargo Features
[dependencies]
blazesym-c = { version = "0.1.0-rc.2", default-features = false, features = ["check-doc-snippets", "dwarf", "generate-c-header"] }
- default = dwarf
-
The
dwarf
feature is set by default wheneverblazesym-c
is added without
somewhere in the dependency tree.default-features = false - check-doc-snippets
-
Check C code documentation snippets.
- dwarf default
-
Enable this feature to enable blazesym's DWARF support.
Enables blazesym
Pinned, because we use #[doc(hidden)] APIs. TODO: Enable
zstd
feature once we enabled it for testing in the main crate. - generate-c-header build
-
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.