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.
2 parents 64605f2 + 13b40c7 commit cc91834Copy full SHA for cc91834
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