Cargo Features
[dependencies]
isr = { version = "0.0.1-rc.1", default-features = false, features = ["cache", "dwarf", "pdb", "dl-linux", "dl-pdb"] }
- default = cache, dl-linux, dl-pdb, dwarf, pdb
-
These default features are set whenever
isr
is added without
somewhere in the dependency tree.default-features = false - cache default = isr-cache
-
Enables codec-bincode, codec-json and codec-msgpack of isr-cache
- dwarf default = isr-dwarf
- pdb default = isr-pdb
- dl-linux default = isr-dl-linux
- dl-pdb default = isr-dl-pdb
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.