projectfluent / fluent-rs

Rust implementation of Project Fluent
https://projectfluent.org
Apache License 2.0
1.07k stars 96 forks source link

Refactor fluent_args #130

Closed zbraniecki closed 5 years ago

zbraniecki commented 5 years ago

Fixes #123

zbraniecki commented 5 years ago

I went for a macro_rules. Would you suggest going for a proc macro instead?