apksig

Crates.ioapksig
lib.rsapksig
version0.3.0
created_at2025-01-24 15:41:04.842012+00
updated_at2025-02-10 17:50:29.857325+00
descriptionDecoding the APK Signing Block
homepage
repositoryhttps://github.com/Its-Just-Nans/apksig
max_upload_size
id1529547
size130,614
n4n5 (Its-Just-Nans)

documentation

https://docs.rs/apksig

README

apksig crates.io version crates.io downloads docs.rs

asciicast

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

Commit count: 92

cargo fmt