android_bp 0.3.1

Android.bp parser
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#![doc = include_str!("../Readme.md")]



mod parser;
#[macro_use]
mod macros;
mod utils;
mod tests;
mod string;

pub use parser::BluePrint;
pub use parser::Value;
pub use parser::Module;
pub use parser::Map;