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

@@ -0,0 +1,4 @@
pub mod simple;
pub mod random;
pub use simple::{SimpleHttpRequest, SimpleHttpSward};