12 个版本

新版本 0.7.1 2024 年 8 月 13 日
0.7.0 2024 年 4 月 25 日
0.6.2 2023 年 11 月 21 日
0.6.0 2023 年 7 月 23 日
0.5.0-rc.12021 年 11 月 18 日

#2565命令行工具

Download history 232/week @ 2024-04-26 331/week @ 2024-05-03 448/week @ 2024-05-10 589/week @ 2024-05-17 507/week @ 2024-05-24 474/week @ 2024-05-31 319/week @ 2024-06-07 253/week @ 2024-06-14 227/week @ 2024-06-21 270/week @ 2024-06-28 144/week @ 2024-07-05 75/week @ 2024-07-12 101/week @ 2024-07-19 286/week @ 2024-07-26 362/week @ 2024-08-02 364/week @ 2024-08-09

1,120 每月下载量
5crate中使用(直接使用4个)

MIT/Apache

2.5MB
39K SLoC

DICOM-rs dump

CratesIO Documentation

一个命令行工具,通过以人类可读的格式打印来检查 DICOM 文件的内容。

还有一个用于转储 DICOM 对象的编程 API。如果您打算仅将 dicom-dump 作为库使用,您可以禁用 cli Cargo 功能。

此工具是 DICOM-rs 项目的一部分。

使用方法

    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

依赖项

~8–19MB
~250K SLoC