Crates.io | sea-bae |
lib.rs | sea-bae |
version | 0.2.1 |
source | src |
created_at | 2023-07-10 07:31:42.11176 |
updated_at | 2024-09-25 10:01:06.230912 |
description | A Rust proc-macro attribute parser |
homepage | https://github.com/SeaQL/sea-bae |
repository | https://github.com/SeaQL/sea-bae.git |
max_upload_size | |
id | 912635 |
size | 14,503 |
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
.