Skip to content

Commit 07f29f6

Browse files
authored
Add "Run with" comment to example-low-level-openssl (#3347)
1 parent 7d1dbeb commit 07f29f6

File tree

1 file changed

+6
-0
lines changed
  • examples/low-level-openssl/src

1 file changed

+6
-0
lines changed

examples/low-level-openssl/src/main.rs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
//! Run with
2+
//!
3+
//! ```not_rust
4+
//! cargo run -p example-low-level-openssl
5+
//! ```
6+
17
use axum::{http::Request, routing::get, Router};
28
use futures_util::pin_mut;
39
use hyper::body::Incoming;

0 commit comments

Comments
 (0)