Open
Conversation
Closed
fc767a9 to
d52012d
Compare
- Re-export CloseSocket in `association::client` module - Bring back `Release` trait as deprecated - Extend documentation of `SyncAssociation::release`
- ask to call `release` explicitly
- empty `non_blocking` modules - remove constraint `S: Read + Write + CloseSocket` from `ServerAssociation` struct - method `ServerAssociation::client_ae_title`
…ncode_pdu` They are implementation details.
…and `AsyncClientAssociation`
…tion types - Adds more compatibility to code using 0.9.0, so that it continues to work without importing the respective trait. Should be removed in 0.10.0. - Update test code accordingly (no longer needs an import)
- easily import all association traits
- add pub functions to `ClientAssociation` and `AsyncClientAssociation`: `user_variables`, `requestor_max_pdu_length`, `acceptor_max_pdu_length`, `presentation_contexts`
remove no-scp and mwl option
update readme
Co-authored-by: Eduardo Pinho <enet4mikeenet@gmail.com>
Co-authored-by: Eduardo Pinho <enet4mikeenet@gmail.com>
Co-authored-by: Eduardo Pinho <enet4mikeenet@gmail.com>
Co-authored-by: Eduardo Pinho <enet4mikeenet@gmail.com>
Co-authored-by: Eduardo Pinho <enet4mikeenet@gmail.com>
Co-authored-by: Eduardo Pinho <enet4mikeenet@gmail.com>
Co-authored-by: Eduardo Pinho <enet4mikeenet@gmail.com>
Co-authored-by: Eduardo Pinho <enet4mikeenet@gmail.com>
Co-authored-by: Eduardo Pinho <enet4mikeenet@gmail.com>
- update versions for 0.9.0 - adjust keywords
- add progress spinner using indicatif - adjust a few messages - change behavior on rejected abstract syntaxes - do not try to read IOD PData from C-MOVE-RSP
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Continued from #658. Provides a new binary crate
dicom-movescu.