Skip to content

uuid test run #1

Description

@preveen-stack

extern crate uuid;
use uuid::Uuid;
fn main() {
for _ in 0..10 {
println!("{}", Uuid::new_v4().hyphenated().to_string());
}
println!("Hello, world!");

cargo run
    Finished dev [unoptimized + debuginfo] target(s) in 0.03s
     Running `target/debug/ex-uuid`
0347b989-4f33-41f4-bfaf-895559e49f78
bd7d5301-8d4c-41d5-9f2b-3f0c79d4655e
88d66de9-3027-4899-9a33-08814e050950
a0bdd539-2d57-4a3f-aca1-c39b405d7688
88e2186a-dd51-47fc-82aa-dc19f2047b86
9f590ec5-c0bf-4306-9f93-8e2ef9223c9f
b8a098c3-2481-4f88-886e-44c074ee95c4
38baf5cd-adf1-42e3-ad3b-3144fd7a8fe1
dfa21a1f-7d36-4c40-b26e-227afde56242
2887d28e-7c1e-4c03-82ee-2d0eaa378620

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions