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