Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tyt2y3 authored Sep 25, 2024
1 parent 0dc7ed5 commit 35e2d23
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
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.

0 comments on commit 35e2d23

Please sign in to comment.