Skip to content

Commit 4278869

Browse files
committed
Add READMEs
1 parent a34235c commit 4278869

File tree

4 files changed

+10
-0
lines changed

4 files changed

+10
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#![doc = include_str!("../README.md")]
2+
13
use proc_macro::TokenStream;
24
use quote::quote;
35
use syn::{

crates/bitwarden-uuid/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Bitwarden UUID
2+
3+
Provides UUID macros for simplifying UUID handling when working with WebAssembly.

crates/bitwarden-uuid/src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1+
#![doc = include_str!("../README.md")]
2+
13
pub use bitwarden_uuid_macro::uuid;

0 commit comments

Comments
 (0)