Add "Run with" comment to example-low-level-openssl (#3347)

This commit is contained in:
Steven Black
2025-05-09 08:23:08 +02:00
committed by GitHub
parent 7d1dbeb3af
commit 07f29f6c5c
+6
View File
@@ -1,3 +1,9 @@
//! Run with
//!
//! ```not_rust
//! cargo run -p example-low-level-openssl
//! ```
use axum::{http::Request, routing::get, Router};
use futures_util::pin_mut;
use hyper::body::Incoming;