dicom-object 0.8.0

A high-level API for reading and manipulating DICOM objects
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# DICOM-rs `object`

[![CratesIO](https://img.shields.io/crates/v/dicom-object.svg)](https://crates.io/crates/dicom-object)
[![Documentation](https://docs.rs/dicom-object/badge.svg)](https://docs.rs/dicom-object)

This sub-project is directed at users of the DICOM-rs ecosystem. It provides a high-level
abstraction to DICOM objects, enabling objects to be retrieved from files or
['readers'](https://doc.rust-lang.org/std/io/trait.Read.html), and then analysed as a tree
of attributes.

This crate is part of the [DICOM-rs](https://github.com/Enet4/dicom-rs) project
and is contained by the parent crate [`dicom`](https://crates.io/crates/dicom).