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 a34235c commit 4278869Copy full SHA for 4278869
crates/bitwarden-uuid-macro/README.md
@@ -0,0 +1,3 @@
1
+# Bitwarden UUID Macro
2
+
3
+Provides uuid macros for simplifying UUID handling when working with WebAssembly.
crates/bitwarden-uuid-macro/src/lib.rs
@@ -1,3 +1,5 @@
+#![doc = include_str!("../README.md")]
use proc_macro::TokenStream;
4
use quote::quote;
5
use syn::{
crates/bitwarden-uuid/README.md
+# Bitwarden UUID
+Provides UUID macros for simplifying UUID handling when working with WebAssembly.
crates/bitwarden-uuid/src/lib.rs
@@ -1 +1,3 @@
pub use bitwarden_uuid_macro::uuid;
0 commit comments