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:
parent
2d66c84413
commit
d9afdf0527
25 changed files with 27 additions and 17 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -3212,6 +3212,7 @@ dependencies = [
|
|||
"data-encoding-macro",
|
||||
"dns-lookup",
|
||||
"dunce",
|
||||
"itertools 0.8.2",
|
||||
"lazy_static",
|
||||
"libc",
|
||||
"nix 0.23.1",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue