| Crates.io | fluent-string |
| lib.rs | fluent-string |
| version | 0.1.3 |
| created_at | 2024-12-20 11:39:49.124006+00 |
| updated_at | 2025-03-06 09:51:31.334991+00 |
| description | Fluent versions of String mutation methods |
| homepage | https://github.com/bassmanitram/fluent-string |
| repository | https://github.com/bassmanitram/fluent-string |
| max_upload_size | |
| id | 1490089 |
| size | 30,806 |
Fluent versions of String mutation methods
Also some useful combinators related to conditional execution.
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