dicom-finder

Crates.iodicom-finder
lib.rsdicom-finder
version0.1.5
sourcesrc
created_at2024-10-05 14:43:41.159431
updated_at2024-10-05 21:56:34.971634
descriptionA simple CLI tool and library for finding DICOM files.
homepagehttps://github.com/jjjermiah/dicom-finder
repositoryhttps://github.com/jjjermiah/dicom-finder
max_upload_size
id1397820
size69,003
Jermiah Joseph (jjjermiah)

documentation

README

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
Commit count: 0

cargo fmt