# 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: ```bash cargo install dicom-finder ```