13 unstable releases (3 breaking)

new 0.8.0 Nov 6, 2024
0.7.0 Apr 25, 2024
0.6.2 Nov 21, 2023
0.6.0 Jul 23, 2023
0.5.0-rc.1 Nov 18, 2021

#2637 in Command line utilities

Download history 117/week @ 2024-07-21 341/week @ 2024-07-28 292/week @ 2024-08-04 785/week @ 2024-08-11 552/week @ 2024-08-18 559/week @ 2024-08-25 294/week @ 2024-09-01 499/week @ 2024-09-08 577/week @ 2024-09-15 700/week @ 2024-09-22 564/week @ 2024-09-29 658/week @ 2024-10-06 728/week @ 2024-10-13 869/week @ 2024-10-20 550/week @ 2024-10-27 758/week @ 2024-11-03

2,946 downloads per month
Used in 6 crates (4 directly)

MIT/Apache

2.5MB
40K SLoC

DICOM-rs dump

CratesIO Documentation

A command line utility for inspecting the contents of DICOM files by printing them in a human readable format.

A programmatic API for dumping DICOM objects is also available. If you intend to use dicom-dump exclusively as a library, you can disable the cli Cargo feature.

This tool is part of the DICOM-rs project.

Usage

    dicom-dump [FLAGS] [OPTIONS] <files>...

FLAGS:
        --fail-first       fail if any errors are encountered
    -h, --help             Prints help information
        --no-text-limit    whether text value width limit is disabled (limited to `width` by default)
    -V, --version          Prints version information

OPTIONS:
        --color <color>    color mode [default: auto]
    -w, --width <width>    the width of the display (default is to check automatically)

ARGS:
    <files>...    The DICOM file(s) to read

Dependencies

~8–18MB
~251K SLoC