imgx 0.1.3

Fast, single-binary image proxy and transformation server built on libvips
Documentation
1
2
3
4
5
6
7
8
9
pub mod fetcher;
pub mod r2;
pub mod remote;
pub mod source;

pub use fetcher::{FetchError, FetchResult, Fetcher};
pub use r2::R2Fetcher;
pub use remote::{RemoteFetchError, RemoteFetchResult, RemoteFetcher};
pub use source::OriginSource;