linera-io/linera-protocol

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

Open

#1762 aperta il 6 mar 2024

Vedi su GitHub
 (0 commenti) (0 reazioni) (0 assegnatari)Rust (2354 fork)batch import
good first issue

Metriche repository

Star
 (32.149 star)
Metriche merge PR
 (Merge medio 2g 22h) (111 PR mergiate in 30 g)

Descrizione

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.

Guida contributor