Skip to content

Commit

Permalink
docs(crate): add docs for crate
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsonin committed May 9, 2024
1 parent aab4fe3 commit f57de57
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gset"
version = "1.0.0"
version = "1.0.1"
authors = ["Andrew Sonin <[email protected]>"]
description = "A procedural macro for generating the most basic getters and setters on fields."
categories = ["development-tools::procedural-macro-helpers"]
Expand Down
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 field_attribute_layout::AttributeLayout;
use proc_macro::TokenStream;
use proc_macro2::TokenStream as TokenStream2;
Expand Down

0 comments on commit f57de57

Please sign in to comment.