docs: add README as library documentation

This commit is contained in:
2023-02-11 18:51:49 +01:00
parent 81b089be37
commit d8a0dff1af
2 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
#![doc = include_str!("../README.md")]
use proc_macro::TokenStream;
use syn::{parse_macro_input, Item};