sea-bae 0.2.1

A Rust proc-macro attribute parser
Documentation

sea-bae

sea-bae is a crate for proc macro authors, which simplifies parsing of attributes. It is heavily inspired by darling but has a significantly simpler API.

See the docs for more info.

This fork upgrades syn to 2.0 and heck to 0.4, mainly for use in sea-orm.