Cargo Features
[dependencies]
rdfox = { version = "6.0.0", default-features = false, features = ["rdftk-support", "nom-support", "rdfox-dylib"] }
- default = nom
-
The
nom
feature is set by default wheneverrdfox
is added without
somewhere in the dependency tree.default-features = false - rdftk-support
-
Enables uuid_iri of rdftk_iri ^0.1.9
- nom-support = nom
- rdfox-dylib
-
Switch on if you want to link to
libRDFox.dylib
rather thanlibRDFox.a
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.
- nom default nom-support?
- rdftk_iri not wasm32 rdftk-support?
-
Enables rdftk_iri ^0.1.9