//! Reserved package name for the forthcoming `wsi-dicom` crate.
//!//! The implementation is developed at <https://github.com/jcwal1516/wsi-dicom>.
//! This placeholder intentionally exposes no product API.
#[cfg(test)]modtests{#[test]fnplaceholder_builds(){assert_eq!(env!("CARGO_PKG_NAME"),"wsi-dicom");}}