You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An efficient and practical library for DICOM compliant systems.
11
+
An efficient and practical library for [DICOM](https://dicomstandard.org) compliant systems.
7
12
8
13
This collection provides a pure Rust implementation of the DICOM standard,
9
14
allowing users to read and write DICOM objects over files and other sources, while
@@ -22,9 +27,11 @@ remaining intrinsically fast and safe to use.
22
27
23
28
## Using as a library
24
29
25
-
[`dicom-object`](object) is currently the most usable crate for reading DICOM objects from a file or a similar source. As an alternative, the parent crate [`dicom`](parent) can be added instead, which aggregates the key components of the full library, including `dicom-object`.
30
+
[`dicom-object`](object) is currently the most usable crate for reading DICOM objects from a file or a similar source.
31
+
As an alternative, the parent crate [`dicom`](parent) can be added instead, which aggregates the key components of the
32
+
full library, including `dicom-object`.
26
33
27
-
An example of use follows. For more, please visit the respective [documentation](https://docs.rs/dicom-object).
34
+
An example of use follows. For more details, please visit the [`dicom-object`documentation](https://docs.rs/dicom-object).
28
35
29
36
```rust
30
37
usedicom_object::open_file;
@@ -47,7 +54,8 @@ cargo build --release
47
54
48
55
This project is a work in progress, but actively developed.
49
56
50
-
Your feedback during the development of these solutions is welcome. Please see the [wiki](https://github.com/Enet4/dicom-rs/wiki) for additional guidelines related to the project's roadmap.
57
+
Your feedback during the development of these solutions is welcome. Please see the [wiki](https://github.com/Enet4/dicom-rs/wiki)
58
+
for additional guidelines related to the project's roadmap.
This sub-project implements the essential data structures and mechanisms for dealing with DICOM information and communication formats. This crate is used by other crates in DICOM-rs.
This sub-project is directed at the user of the DICOM-rs ecosystem. It provides a high-level abstraction to DICOM objects, enabling objects to be retrieved from files or other common sources, and then analysed as a tree of attributes.
0 commit comments