dicom-test-files 0.3.0

A collection of DICOM files for testing DICOM parsers.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# DICOM Test Files

[![dicom-test-files on crates.io](https://img.shields.io/crates/v/dicom-test-files.svg)](https://crates.io/crates/dicom-test-files)

This repository collects together example DICOM files from various sources.
The intention is that they can be used
for testing across many different libraries.

See the [documentation](https://docs.rs/dicom-test-files)
for instructions of use.

## Known limitations

The Rust functions cannot be used from doc-tests
as they are not executed from within the target directory.