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

This commit is contained in:
Steven Black 2025-05-09 02:23:08 -04:00 committed by GitHub
parent 7d1dbeb3af
commit 07f29f6c5c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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;