Skip to main content

Module parser

Module parser 

Source
Expand description

负责从 Android 目录结构中提取原始数据的模块。

Re-exports§

pub use strings::parse_strings;
pub use strings::ParsedStrings;
pub use colors::parse_colors;
pub use dimens::parse_dimens;
pub use drawables::parse_drawables;
pub use utils::parse_hex_color;

Modules§

colors
解析 colors.xml 的模块。
dimens
解析 dimens.xml 的模块。
drawables
扫描 drawable 目录的模块。
strings
解析 strings.xml 的模块。
utils
辅助工具函数,用于解析颜色等。