Skip to content
/ bae Public

A Rust proc-macro attribute parser inspired by Darling

Notifications You must be signed in to change notification settings

davidpdrsn/bae

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3b018d1 · Dec 5, 2021

History

22 Commits
Dec 5, 2021
Nov 28, 2019
Dec 5, 2021
Dec 5, 2021
Mar 2, 2020
Nov 28, 2019

Repository files navigation

bae

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.