forked from Maurice/pastabble
Compare commits
6 Commits
67b05b3661
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| c3635a3433 | |||
|
|
13870d48a1 | ||
| 2d08da8923 | |||
| be9c15d7b3 | |||
| 391478b5a2 | |||
| d852e42f03 |
@@ -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