Cargo Features
[dependencies]
glory = { version = "0.3.1", default-features = false, features = ["web-csr", "web-ssr", "salvo", "routing"] }
- default = web-csr
-
The
web-csr
feature is set by default wheneverglory
is added without
somewhere in the dependency tree.default-features = false - web-csr default
-
Enables web-csr of glory-core and optional glory-routing
- web-ssr salvo?
-
Enables web-ssr of glory-core and optional glory-routing
- salvo = routing, web-ssr
-
Enables salvo of glory-core and optional glory-routing
- routing salvo?
-
Enables glory-routing
Glory has 5 features without comments.