i3f 0.0.3

A library for IIIF API, including Image, Presentation.
Documentation
1
2
3
4
use std::collections::HashMap;

/// 语言映射类型,键为语言代码(如 "en"、"zh-Hans"),值为该语言下的一组字符串。
pub type LangMap = HashMap<String, Vec<String>>;