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.

贡献者指南