#string #fluent #methods

fluent-string

Fluent versions of String mutation methods

6 releases

0.1.3 Mar 6, 2025
0.1.2 Jan 6, 2025
0.0.2 Dec 21, 2024

#838 in Rust patterns

Download history 205/week @ 2024-12-18 10/week @ 2024-12-25 292/week @ 2025-01-01 64/week @ 2025-01-08 46/week @ 2025-01-22 23/week @ 2025-01-29 6/week @ 2025-02-05 41/week @ 2025-02-12 49/week @ 2025-02-19 13/week @ 2025-02-26 150/week @ 2025-03-05 25/week @ 2025-03-12 9/week @ 2025-03-19 7/week @ 2025-03-26

194 downloads per month

Apache-2.0

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

No runtime deps