Cargo Features
[dependencies]
ogma = { version = "0.1.6", default-features = false, features = ["std"] }
- default = std
-
The
std
feature is set by default wheneverogma
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of object-query, ogma-libs, and ogma-macros
Ogma has 2 features without comments.