Make `Serializer` and some of his methods public
I use this methods to serialize text into Message/Term/etc in my Fluent Extractor.
It would be great to make them public
As the original movers and drivers of the serializer feature getting merged at all @Michael-F-Bryan and @RumovZ, do you have any input relevant to making these bits public?
Tangentially related, #374.
Nope, wouldn't mind.
Any news?
Are we ready to merge? @alerque
Any news?
Any news?
We're currently looking into building tooling around converting gettext PO files to FTL files and adding some utilities for renaming identifiers and keeping FTL files tidy for fish^0. For this, we would need to be able to parse FTL files, modify the parsed data, and serialize it back so that we can update the FTL files. I just started looking into the available APIs from fluent-rs, but having a serializer available is almost certainly something we would need.
This PR is very small (it only adds a few pub modifiers) and has already been approved. Is there anything preventing it from being merged?
Since this was approved, I'm going to go ahead and land this.