14 releases
new 0.3.0 | Feb 10, 2025 |
---|---|
0.2.9 | Feb 7, 2025 |
0.1.7 | Jan 29, 2025 |
#523 in Command line utilities
1,577 downloads per month
105KB
2.5K
SLoC
apksig
![docs.rs](https://img.shields.io/docsrs/apksig)
- https://docs.rs/apksig - documentation
- https://n4n5.dev/apksig/ - online demo
- https://github.com/Its-Just-Nans/apksig - repository
Usage
For rust usage, see https://docs.rs/apksig or ./tests for examples.
cargo install apksig
# then use with
apksig myapp.apk
Rust features
To use apksign
without dependencies, or only with useful dependencies for your use case, you can disable features.
[dependencies]
apksig = { version = "0.1", default-features = false } # you want nothing
# or
apksig = { version = "0.1", default-features = false, features = ["serde", "hash"] } # you want only some features
See ./Cargo.toml for all available features and documentation.
Tests
Coverage is available at https://n4n5.dev/apksig/coverage/.
LICENSE
Dependencies
~0.3–1.5MB
~33K SLoC