fluent-bundle 0.13.0 (September 24, 2020)
Pre-release
Pre-release
- Update to
fluent-syntax
0.10. - Add
FluentBundle::write_pattern
which can write to pre-allocated buffer. - Get rid of
DisplayableNode
and simplifyFluentValue
. - Reorganize
Resolver
aroundimpl Write
. - Introduce
FluentArgs
as a struct overVec<FluentArg>
. - Introduce
FluentMessage
andFluentAttributes
. - Make
FluentArgs
acceptCow<str>
as keys.