rvimage 0.6.8

A remote image viewer with a labeling tool
Documentation
1
2
3
4
5
6
7
8
9
mod core;
mod file_cache;
mod no_cache;

pub use crate::cache::{
    core::{Cache, ReadImageToCache},
    file_cache::{FileCache, FileCacheArgs, FileCacheCfgArgs},
    no_cache::NoCache,
};