We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c01bef commit 982b421Copy full SHA for 982b421
1 file changed
bluer/build.rs
@@ -12,7 +12,7 @@ use std::{
12
use uuid::Uuid;
13
14
#[path = "src/uuid_ext.rs"]
15
-mod uuid_ext;
+pub mod uuid_ext;
16
use uuid_ext::UuidExt;
17
18
struct UuidOrShort(Uuid);
0 commit comments