Crate example_webserver_rs

Source
Expand description

§Example-webserver-rs

Implement basic webserver functionality with Rust.
Github: https://github.com/rpietrusinski/example-webserver-rs

Modules§

handlers
In axum a “handler” is an async function that accepts zero or more “extractors” as arguments and returns something that can be converted into a response.
structs
Enable to parse request/response JSONs into the following object structs.