Cargo Features
[dependencies]
rdfox-rs = { version = "0.1.16", default-features = false, features = ["rdftk-support", "nom-support", "rdfox-dylib", "rdfox-6-2", "rdfox-6-3b", "rdfox-7-0"] }
- default = nom, rdfox-7-0, rdfox-dylib
-
These default features are set whenever
rdfox-rs
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 default
-
Switch on if you want to link to
libRDFox.dylib
rather thanlibRDFox.a
- rdfox-6-2
-
Select a version
- rdfox-6-3a rdfox-6-3b
- rdfox-7-0 default
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