Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
7 lines
129 B
Rust
7 lines
129 B
Rust
use morethantext::Name;
|
|
use uuid::Uuid;
|
|
|
|
pub fn random_name() -> Name {
|
|
Name::english(Uuid::new_v4().to_string().as_str())
|
|
}
|