tpksig

Crates.iotpksig
lib.rstpksig
version0.2.3
created_at2025-11-28 07:14:02.410871+00
updated_at2025-12-02 09:12:09.547952+00
descriptionDecoding the TPK Signing Block
homepage
repositoryhttps://github.com/llp/tpksig
max_upload_size
id1954934
size141,556
朝花夕拾 (llp)

documentation

https://github.com/llp/tpksig

README

Usage

cargo install tpksig
# then use with
tpksig myapp.tpk

Rust features

To use tpksign without dependencies, or only with useful dependencies for your use case, you can disable features.

[dependencies]
tpksig = { version = "xx", default-features = false } # you want nothing
# or if you want only some features
tpksig = { version = "xx", default-features = false, features = ["serde", "hash"] }

See ./Cargo.toml for all available features and documentation.

LICENSE

Commit count: 0

cargo fmt