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 (2,354 fork)batch import
good first issue

仓库指标

Star
 (32,149 star)
PR 合并指标
 (平均合并 2天 22小时) (30 天内合并 111 个 PR)

描述

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.

贡献者指南