projectfluent / fluent-rs

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

Swap ouroboros for once_self_cell #221

Closed zbraniecki closed 3 years ago

zbraniecki commented 3 years ago

There's a new self-referential crate in town aiming for exactly the use case we need and claiming lower build time and vendor-in overhead - https://github.com/Voultapher/once_self_cell

zbraniecki commented 3 years ago

This is still a draft because we're waiting for https://github.com/Voultapher/once_self_cell/issues/1

zbraniecki commented 3 years ago

Fixed by #227.