Add content for axum (#7299)
* Update 104-axum.md * Update src/data/roadmaps/rust/content/108-web-development/104-axum.md --------- Co-authored-by: dsh <daniel.s.holdsworth@gmail.com>pull/7304/head
parent
0643e86514
commit
87ef708da3
1 changed files with 5 additions and 1 deletions
@ -1,3 +1,7 @@ |
||||
# Axum |
||||
|
||||
Axum is a web application framework for Rust. Visit [the documentation](https://docs.rs/axum/latest/axum/) to learn more. |
||||
Axum is a web framework for building fast and efficient web services in Rust. It is designed to provide a robust and ergonomic way to create HTTP-based services by leveraging Rust's safety features and performance capabilities. Axum is built on top of the hyper library, which is a fast HTTP implementation, and integrates seamlessly with the Tokio runtime for asynchronous programming. Axum is well-suited for developers who want to build high-performance web applications in Rust, with a focus on safety, concurrency, and scalability. |
||||
|
||||
Visit the following resources to learn more: |
||||
|
||||
[@official@Axum Documentation](https://docs.rs/axum/latest/axum/) |
||||
|
Loading…
Reference in new issue