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.
# then use with
Rust features
To use apksign without dependencies, or only with useful dependencies for your use case, you can disable features.
[]
= { = "xx", = false } # you want nothing
# or if you want only some features
= { = "xx", = false, = ["serde", "hash"] }
See ./Cargo.toml for all available features and documentation.
Tests
Coverage is available at https://n4n5.dev/apksig/coverage/.