forked from Maurice/pastabble
Compare commits
23
Commits
main
..
67b05b3661
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
67b05b3661 | ||
|
|
48a5212e7d | ||
|
|
fb85ee3870 | ||
|
|
f7d929dffb | ||
|
|
f2eaac460d | ||
|
|
babddc6838 | ||
|
|
2ce492e2ea | ||
|
|
450a841385 | ||
|
|
d23ea2eea1 | ||
|
|
76b3af3e55 | ||
|
|
ef04e95c4e | ||
|
|
5d6dc6f50e | ||
|
|
3ea33fc34e | ||
|
|
9508911c19 | ||
|
|
3bbf1a2bfa | ||
|
|
c56c6c39ed | ||
|
|
280957ca22 | ||
|
|
c2c452510b | ||
|
|
69744cda5f | ||
|
|
b2660c125c | ||
|
|
9895782b0a | ||
|
|
8bca3eb2fe | ||
|
|
952a1075bf |
@@ -11,7 +11,6 @@ mod paste;
|
|||||||
|
|
||||||
// Generate random key function
|
// Generate random key function
|
||||||
fn random_string() -> String {
|
fn random_string() -> String {
|
||||||
// hallo
|
|
||||||
rand::thread_rng()
|
rand::thread_rng()
|
||||||
.sample_iter(&Alphanumeric)
|
.sample_iter(&Alphanumeric)
|
||||||
.take(5)
|
.take(5)
|
||||||
|
|||||||
Reference in New Issue
Block a user