Rename to axum (#28)

This commit is contained in:
David Pedersen
2021-07-09 21:36:14 +02:00
committed by GitHub
parent 3cd4a1d6a6
commit 5a5710d290
27 changed files with 131 additions and 131 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
//! Simple in-memory key/value store showing features of awebframework.
//! Simple in-memory key/value store showing features of axum.
//!
//! Run with:
//!
@@ -6,7 +6,7 @@
//! RUST_LOG=tower_http=debug,key_value_store=trace cargo run --example key_value_store
//! ```
use awebframework::{
use axum::{
extract::{ContentLengthLimit, Extension, UrlParams},
prelude::*,
response::IntoResponse,