Cargo Features
RaTTIsh has no features set by default.
[dependencies]
rattish = { version = "0.6.0", features = ["std", "alloc", "global", "trace"] }
- std global? = alloc, thiserror
-
Affects
db::hash_map
… - alloc std?
- global = std
-
Affects
hash_map::DB
,rattish::GlobalDynImplements
,rattish::GlobalDynCast
… - trace = tracing
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.
- thiserror std?
-
Enables thiserror ^1.0.29
- tracing trace?