aboutsummaryrefslogtreecommitdiff
path: root/examples/binary.rs
diff options
context:
space:
mode:
authorFuwn <[email protected]>2023-05-05 01:33:55 +0000
committerFuwn <[email protected]>2023-05-05 01:33:55 +0000
commit7f0c497b103479caa9f63cc0e50101c90a60b7ef (patch)
treee448da50c46c429f6ca672aa070577766fffc9bc /examples/binary.rs
parentdocs(rossweisse): revert to implementation (diff)
downloadwindmark-7f0c497b103479caa9f63cc0e50101c90a60b7ef.tar.xz
windmark-7f0c497b103479caa9f63cc0e50101c90a60b7ef.zip
feat(windmark): prelude feature flag
Diffstat (limited to 'examples/binary.rs')
-rw-r--r--examples/binary.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/binary.rs b/examples/binary.rs
index 2fbb652..3a86c17 100644
--- a/examples/binary.rs
+++ b/examples/binary.rs
@@ -22,7 +22,7 @@
#[windmark::main]
async fn main() -> Result<(), Box<dyn std::error::Error>> {
- let mut router = windmark::Router::new();
+ let mut router = windmark::router::Router::new();
router.set_private_key_file("windmark_private.pem");
router.set_certificate_file("windmark_public.pem");