linera-io/linera-protocol

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

Open

#1,762 建立於 2024年3月6日

在 GitHub 查看
 (0 留言) (0 反應) (0 負責人)Rust (32,149 star) (2,354 fork)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.

貢獻者指南