tough

Crates.iotough
lib.rstough
version0.19.0
sourcesrc
created_at2019-06-14 17:52:09.854667
updated_at2024-10-10 20:48:17.893606
descriptionThe Update Framework (TUF) repository client
homepage
repositoryhttps://github.com/awslabs/tough
max_upload_size
id141162
size514,275
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: 984

cargo fmt