Skip to content

Commit

Permalink
chore: Add readme to the crate level documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
GrayJack committed Nov 17, 2024
1 parent d818e1f commit 56229f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#![doc = include_str!("../README.md")]

use proc_macro::{Span, TokenStream};
use quote::quote;
use syn::{parse::Parse, punctuated::Punctuated, Error, Ident, ItemEnum, Result, Token};
Expand Down

0 comments on commit 56229f1

Please sign in to comment.