cargo-apk2 1.1.0

Rust轻松构建安卓应用的Cargo扩展
Documentation
1
2
3
4
5
6
mod apk;
mod error;
mod manifest;

pub use apk::ApkBuilder;
pub use error::Error;