03dd3ddf8b
* Add uuid_v7 * Actually use the new uuid * Add a test to ensure all uuids are unique, even in a tight loop * Make clippy happy
5 lines
64 B
Rust
5 lines
64 B
Rust
|
|
pub struct Message {
|
|
pub id: Uuid,
|
|
pub type: String,
|
|
}
|