1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-08-01 21:47:46 +00:00

uucore: move printf::memo module to uucore

Move the `printf::memo` module to `uucore` so that it can be used by
other programs, not just `printf`. For example, the `-f` option to `seq`
requires parsing and formatting numbers according to the same logic as
`printf`.
This commit is contained in:
Jeffrey Finkelstein 2021-11-29 20:17:27 -05:00
parent 2d66c84413
commit d9afdf0527
25 changed files with 27 additions and 17 deletions

1
Cargo.lock generated
View file

@ -3212,6 +3212,7 @@ dependencies = [
"data-encoding-macro",
"dns-lookup",
"dunce",
"itertools 0.8.2",
"lazy_static",
"libc",
"nix 0.23.1",