Skip to content

Commit

Permalink
Merge pull request #542 from naterichman/async
Browse files Browse the repository at this point in the history
ENH: Add POC async implementation, example using storescp
  • Loading branch information
Enet4 authored Oct 23, 2024
2 parents a3e6a52 + f8f8cb3 commit 389cd8a
Show file tree
Hide file tree
Showing 28 changed files with 4,350 additions and 1,279 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
- run: cargo test -p dicom-pixeldata --features gdcm
# test dicom-pixeldata without default features
- run: cargo test -p dicom-pixeldata --no-default-features
- run: cargo test -p dicom-ul --features async
# run Clippy with stable toolchain
- if: matrix.rust == 'stable'
run: cargo clippy
Expand Down Expand Up @@ -60,4 +61,4 @@ jobs:
toolchain: stable
cache: true
- run: cargo check


Loading

0 comments on commit 389cd8a

Please sign in to comment.