wsi-rs 0.4.0

wsi-rs whole-slide image reader
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
mod access;
mod model;
mod ndpi_offsets;
mod parse;

#[cfg(test)]
mod tests;

// Keep the facade re-exports stable for crate-internal TIFF callers and tests.
#[allow(unused_imports)]
pub(crate) use model::{
    tags, Endian, Ifd, InlineValue, TagEntry, TagValue, TiffContainer, TiffType,
};