fish-shell/printf/src
Peter Ammon 974ad882fa
Clean up fish-printf in preparation for publishing
Make fish-printf no longer depend on the widestring crate, as other clients
won't use it; instead this is an optional feature.

Make format strings a generic type, so that both narrow and wide strings can
serve. This removes a lot of the complexity around converting from narrow to
wide.

Add a README.md to this crate.
2024-09-21 17:52:11 -07:00
..
fmt_fp Add printf crate to workspace 2024-05-26 16:07:27 -04:00
arg.rs Clean up fish-printf in preparation for publishing 2024-09-21 17:52:11 -07:00
lib.rs Clean up fish-printf in preparation for publishing 2024-09-21 17:52:11 -07:00
locale.rs Add printf crate to workspace 2024-05-26 16:07:27 -04:00
printf_impl.rs Clean up fish-printf in preparation for publishing 2024-09-21 17:52:11 -07:00
tests.rs Clean up fish-printf in preparation for publishing 2024-09-21 17:52:11 -07:00