1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 20:17:45 +00:00

printf: add (spare C99 hex floats)

This commit is contained in:
Nathan Ross 2015-12-24 01:11:00 -05:00
parent 1760f2937b
commit 0892ad3cde
25 changed files with 2887 additions and 0 deletions

14
Cargo.lock generated
View file

@ -48,6 +48,7 @@ dependencies = [
"paste 0.0.1",
"primal 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
"printenv 0.0.1",
"printf 0.0.1",
"ptx 0.0.1",
"pwd 0.0.1",
"rand 0.3.12 (registry+https://github.com/rust-lang/crates.io-index)",
@ -387,6 +388,11 @@ dependencies = [
"uucore 0.0.1",
]
[[package]]
name = "itertools"
version = "0.4.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "kernel32-sys"
version = "0.2.1"
@ -615,6 +621,14 @@ dependencies = [
"uucore 0.0.1",
]
[[package]]
name = "printf"
version = "0.0.1"
dependencies = [
"itertools 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.1",
]
[[package]]
name = "ptx"
version = "0.0.1"