linera-io/linera-protocol

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

Offen

#1.762 geöffnet am 06.03.2024

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Rust (2.354 Forks)batch import
good first issue

Repository-Metriken

Stars
 (32.149 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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.

Contributor Guide