Cargo Features
[dependencies]
semester-macro = { version = "2.0.2", default-features = false, features = ["std", "alloc"] }
- default = std
-
The
std
feature is set by default wheneversemester-macro
is added without
somewhere in the dependency tree.default-features = false - std default = alloc
- alloc std
semester-macro has 3 features without comments.