wsi-dicom 0.0.1

Reserved package name for the forthcoming wsi-dicom whole-slide DICOM export crate
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! 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)]
mod tests {
    #[test]
    fn placeholder_builds() {
        assert_eq!(env!("CARGO_PKG_NAME"), "wsi-dicom");
    }
}