12 releases

0.6.1 Oct 31, 2023
0.6.0 Jul 23, 2023
0.5.3 Dec 12, 2022
0.5.2 Oct 23, 2022
0.1.0 Aug 31, 2019

#378 in Encoding

Download history 914/week @ 2023-11-20 787/week @ 2023-11-27 404/week @ 2023-12-04 699/week @ 2023-12-11 778/week @ 2023-12-18 68/week @ 2023-12-25 536/week @ 2024-01-01 860/week @ 2024-01-08 790/week @ 2024-01-15 956/week @ 2024-01-22 835/week @ 2024-01-29 703/week @ 2024-02-05 730/week @ 2024-02-12 1005/week @ 2024-02-19 757/week @ 2024-02-26 971/week @ 2024-03-04

3,483 downloads per month
Used in 24 crates (10 directly)

MIT/Apache

2MB
31K SLoC

DICOM-rs encoding

CratesIO Documentation

This sub-project provides DICOM data encoding and decoding primitives.

This crate is part of the DICOM-rs project and is contained by the parent crate dicom.


lib.rs:

DICOM encoding and decoding primitives.

This crate provides interfaces and data structures for reading and writing data in accordance to the DICOM standard. This crate also hosts the concept of transfer syntax specifier, which can be used to produce DICOM encoders and decoders at run-time.

For the time being, all APIs are based on synchronous I/O.

Dependencies

~5.5MB
~99K SLoC