6 releases
0.1.5 | Oct 5, 2024 |
---|---|
0.1.4 | Oct 5, 2024 |
#1421 in Command line utilities
431 downloads per month
20KB
102 lines
DICOM Finder
dicom-finder
is a simple Rust CLI tool and library for finding DICOM files in a directory. It searches for files with a .dcm
extension commonly used in medical imaging systems and provides an easy-to-use command-line interface.
Features
- CLI tool: Quickly find all DICOM files in a given directory.
- Library: Can be used programmatically to integrate DICOM file discovery in other Rust projects.
- Cross-platform: Works on macOS and Linux.
Installation
You can install dicom-finder
using Cargo:
cargo install dicom-finder
Dependencies
~25–37MB
~620K SLoC