Cargo Features
Entity has no features set by default.
[dependencies]
entity = { version = "0.3.2", features = ["full", "global", "macros", "serde-1"] }
- full = global, macros, serde-1
- global full? = lazy_static
- macros full? = entity_macros
- serde-1 full? = serde, typetag
-
serde:
Opt into impls for Rc<T> and Arc<T>. Serializing and deserializing these types does not preserve identity and may result in multiple copies of the same data.
Be sure that this is what you want before enabling this feature.
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.
- lazy_static global?
- serde serde-1?
- typetag serde-1?
-
Enables typetag ^0.1.6
- entity_macros macros?