tough

Crates.iotough
lib.rstough
version0.21.0
created_at2019-06-14 17:52:09.854667+00
updated_at2025-04-22 22:19:31.277957+00
descriptionThe Update Framework (TUF) repository client
homepage
repositoryhttps://github.com/awslabs/tough
max_upload_size
id141162
size577,918
Samuel Karp (samuelkarp)

documentation

README

tough is a Rust client for The Update Framework (TUF) repositories.

For more information see the documentation and the repository.

Testing

Unit tests are run in the usual manner: cargo test. Integration tests require noxious-server and are disabled by default behind a feature named integ. To run all tests, including integration tests: cargo test --all-features or cargo test --features 'http,integ'.

Commit count: 1017

cargo fmt