Open CryZe opened 5 years ago
I'm really wondering if we really need fluent-rs. It seems quite complex for what we need in livesplit-core (we really just need a lookup table, most of these complex features won't be used), and we'd need to port it to no_std as well, which due to all the IO is possibly a pain to do.
We probably want to use https://github.com/projectfluent/fluent-rs for this.