forked from davidpdrsn/bae
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# `sea-bae` | ||
|
||
`sea-bae` is a crate for proc macro authors, which simplifies parsing of attributes. It is heavily inspired by [`darling`](https://crates.io/crates/darling) but has a significantly simpler API. | ||
|
||
See [the docs](https://docs.rs/sea-bae) for more info. | ||
`sea-bae` is a crate for proc macro authors, which simplifies parsing of attributes. It is forked from [davidpdrsn/bae](https://github.com/davidpdrsn/bae), which is inspired by [`darling`](https://crates.io/crates/darling) but has a simpler API. | ||
|
||
This fork upgrades `syn` to `2.0` and `heck` to `0.4`, mainly for use in `sea-orm`. | ||
|
||
See [the docs](https://docs.rs/sea-bae) for more info. |