Cargo Features
Stilts has no features set by default.
[dependencies]
stilts = { version = "0.3.2", features = ["debug", "err-narrate", "err-fancy", "actix-web", "axum", "gotham", "rocket", "warp", "tide"] }
- debug
-
Enables debug of stilts-macros
- err-narrate
-
Enables narratable of stilts-macros
- err-fancy
-
Enables fancy of stilts-macros
- actix-web
-
Enables actix-web of stilts-macros
- axum
-
Enables axum of stilts-macros
- gotham
-
Enables gotham of stilts-macros
- rocket
-
Enables rocket of stilts-macros
- warp
-
Enables warp of stilts-macros
- tide
-
Enables tide
Affects
integrations::tide
…