implement random url generator

This commit is contained in:
2025-09-01 19:46:17 +09:00
parent f441abd5eb
commit 1b661f9848
8 changed files with 214 additions and 2 deletions

View File

@@ -1 +1,6 @@
pub mod http;
#![deny(clippy::unwrap_used)]
#![deny(clippy::panic)]
#![deny(clippy::expect_used)]
pub mod http;
pub mod utils;