i3f 0.0.3

A library for IIIF API, including Image, Presentation.
Documentation
mod annotation;
mod canvas;
mod collection;
mod context;
mod language;
mod manifest;
mod metadata;
mod range;
mod resource;

pub use annotation::*;
pub use canvas::*;
pub use collection::*;
pub use context::*;
pub use language::*;
pub use manifest::*;
pub use metadata::*;
pub use range::*;
pub use resource::*;