forked from Maurice/pastabble
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
13870d48a1 |
@@ -11,6 +11,7 @@ mod paste;
|
||||
|
||||
// Generate random key function
|
||||
fn random_string() -> String {
|
||||
// hallo
|
||||
rand::thread_rng()
|
||||
.sample_iter(&Alphanumeric)
|
||||
.take(5)
|
||||
|
||||
Reference in New Issue
Block a user