linera-io/linera-protocol

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

Ouverte

#1 762 ouverte le 6 mars 2024

 (0 commentaire) (0 réaction) (0 personne assignée)Rust (2 354 forks)batch import
good first issue

Métriques du dépôt

Stars
 (32 149 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

Description

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.

Guide contributeur