Skip to content

markheramis/DicomParser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dicom Reader

Dicom Reader is a small Rust utility/library program that uses dicom_core and serde to read a dicom file, parse the dicom properties and return them as JSON.

Building

run the command below to build

cargo build

the .dll file should be available at target/debug/dicom_parser.dll

Releasing

Run the command below to release the .dll

cargo build --release

the .dll file should be available at target/release/dicom_parser.dll

Testing

Run the command below to run all the tests

cargo test

About

DicomParser in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages