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

od: implement 16-bit floating point type

This commit is contained in:
Wim Hueskes 2016-09-03 21:47:36 +02:00
parent fd5879dcf2
commit 99f70ba648
7 changed files with 76 additions and 1 deletions

6
Cargo.lock generated
View file

@ -392,6 +392,11 @@ dependencies = [
"uucore 0.0.1",
]
[[package]]
name = "half"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "hashsum"
version = "0.0.1"
@ -665,6 +670,7 @@ version = "0.0.1"
dependencies = [
"byteorder 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
"getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
"half 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.1",
]