Move examples to separate workspace (#978)

* Move examples to separate workspace

* update commands to run examples

* remove debug
This commit is contained in:
David Pedersen
2022-04-29 18:53:41 +02:00
committed by GitHub
parent 6e1835074c
commit 1fe4558362
38 changed files with 51 additions and 45 deletions
@@ -1,7 +1,7 @@
//! Run with
//!
//! ```not_rust
//! cargo run -p example-query-params-with-empty-strings
//! cd examples && cargo run -p example-query-params-with-empty-strings
//! ```
use axum::{extract::Query, routing::get, Router};