web-service-count-axum-1.4.0 is not a library.
Web service count axum
documentation • source • llms.txt • crate • email
Web service that displays the hit count by using Axum, Tokio, Rust.
This is a very simple web service that we use for testing our systems.
Steps
Run the service using the default address 0.0.0.0:8080:
Browse https://localhost:8080/count
You should see a web page that displays the hit count.
Options
Run the service using a command line option for a custom address:
Run the service using an environment variable for a custom address:
References
Based on free open source software Demo Rust Axum.