Cargo Features

Russx has no features set by default.

[dependencies]
russx = { version = "0.3.4", features = ["axum", "actix-web", "hyper", "warp", "tide", "gotham", "rocket"] }
axum

Enables axum-core and http, axum of russx_macros

actix-web

Enables actix-web, actix-web of russx_macros

hyper

Enables hyper, hyper of russx_macros

warp

Enables warp, warp of russx_macros

tide

Enables tide, tide of russx_macros

gotham

Enables gotham, gotham of russx_macros

rocket

Enables rocket, rocket of russx_macros

Russx has 7 features without comments.