TedDriggs / darling

A Rust proc-macro attribute parser
MIT License
1.02k stars 66 forks source link

Add FromMeta for Vec<LitStr> & co #265

Closed Ten0 closed 9 months ago

Ten0 commented 9 months ago

This allows parsing meta attributes of the form #[foo(bar = ["a", "b", "c"])] to Vec<syn::LitStr> (and same for other Lits).