#dicom

dicom-encoding

DICOM encoding and decoding primitives

10 releases

0.5.3 Dec 12, 2022
0.5.2 Oct 23, 2022
0.5.1 Jul 19, 2022
0.5.0-rc.2 Feb 3, 2022
0.1.0 Aug 31, 2019

#285 in Encoding

Download history 616/week @ 2023-01-26 551/week @ 2023-02-02 525/week @ 2023-02-09 410/week @ 2023-02-16 393/week @ 2023-02-23 371/week @ 2023-03-02 417/week @ 2023-03-09 326/week @ 2023-03-16 262/week @ 2023-03-23 254/week @ 2023-03-30 221/week @ 2023-04-06 230/week @ 2023-04-13 256/week @ 2023-04-20 317/week @ 2023-04-27 472/week @ 2023-05-04 255/week @ 2023-05-11

1,332 downloads per month
Used in 22 crates (10 directly)

MIT/Apache

2MB
29K 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

~7.5MB
~121K SLoC