projectfluent / fluent-rs

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

Reference-counted AST #187

Closed Michael-F-Bryan closed 3 years ago

Michael-F-Bryan commented 4 years ago

This is an alternative to #183 which uses a reference-counted string instead of copy-on-write.

zbraniecki commented 3 years ago

@Michael-F-Bryan does https://github.com/projectfluent/fluent-rs/pull/198 address your goal?

zbraniecki commented 3 years ago

I'm going to close it since generic AST landed. reopen if needed.