Cargo Features
locspan has no features set by default.
[dependencies]
locspan = { version = "0.8.2", features = ["reporting", "contextual", "hashbrown", "indexmap", "serde"] }
- reporting = codespan-reporting
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.
- codespan-reporting reporting?
- contextual implicit feature
-
Enables contextual
contextual:
Utility crate to deal with data in context
- hashbrown implicit feature
-
Enables hashbrown ^0.13
hashbrown:
A Rust port of Google's SwissTable hash map
- indexmap implicit feature
-
Enables indexmap
indexmap:
A hash table with consistent order and fast iteration
- serde implicit feature
-
Enables serde
serde:
A generic serialization/deserialization framework