6 releases
0.1.3 | Mar 6, 2025 |
---|---|
0.1.2 | Jan 6, 2025 |
0.0.2 | Dec 21, 2024 |
#838 in Rust patterns
194 downloads per month
19KB
505 lines
fluent-string
Fluent versions of String mutation methods
Also some useful combinators related to conditional execution.
Release
0.0.1 - initial version 0.0.2 - initial complete version 0.1.0 - rename the main trait to FluentString (a more general name isn't really useful) 0.1.1 - add conditional push combinators 0.1.2 - enhance push combinators to pass the source reference as well as the self reference 0.1.3 - add f_truncate_if