linera-io/linera-protocol

Use a dedicated proc-macro parsing library for attribute parsing in `linera-witty-macros`

Open

#1,762 opened on 2024年3月6日

GitHub で見る
 (0 comments) (0 reactions) (0 assignees)Rust (32,149 stars) (2,354 forks)batch import
good first issue

説明

Currently we have a hand-rolled attribute parser in linera-witty-macros. It would be nice to replace it with a mature solution like darling or deluxe, which should reduce some code duplication by allowing us to use an option struct as the source of truth for our attributes.

コントリビューターガイド

Use a dedicated proc-macro parsing library for attribute parsing in `linera-witty-macros` · linera-io/linera-protocol#1762 | Good First Issue