Cargo Features
[dependencies]
hyperchad_router = { version = "0.1.0", default-features = false, features = ["fail-on-warnings", "simd", "format", "syntax-highlighting", "json", "static-routes"] }
- default = format, json, static-routes
-
These default features are set whenever
hyperchad_router
is added without
somewhere in the dependency tree.default-features = false - fail-on-warnings
- simd
-
Enables simd of hyperchad_transformer
- format default
-
Enables format of hyperchad_transformer
- syntax-highlighting
-
Enables syntax-highlighting of hyperchad_transformer
- json default
-
Enables json of hyperchad_renderer
- static-routes default
-
Affects
hyperchad_router::Router.static_routes
…