mirror of
https://github.com/uuid-rs/uuid.git
synced 2025-10-02 07:20:40 +00:00
8 lines
114 B
Rust
8 lines
114 B
Rust
use uuid::{uuid, Uuid};
|
|
|
|
fn Ok() {}
|
|
|
|
const _: Uuid = uuid!("00000000-0000-0000-0000-000000000000");
|
|
|
|
fn main() {}
|