We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfa5e3e commit 13b40c7Copy full SHA for 13b40c7
rust/catalyst-types/src/uuid/mod.rs
@@ -1,5 +1,6 @@
1
//! `UUID` types.
2
3
+pub use uuid::Uuid;
4
#[allow(clippy::module_name_repetitions)]
5
pub use uuid_v4::UuidV4;
6
0 commit comments