Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/awslabs/tough

Rust libraries and tools for using and generating TUF repositories
https://github.com/awslabs/tough

Last synced: 29 days ago
JSON representation

Rust libraries and tools for using and generating TUF repositories

Lists

README

        

# tough

**tough** is a Rust client library for [The Update Framework](https://theupdateframework.github.io/) (TUF) repositories.

**tuftool** is a Rust command-line utility for generating and signing TUF repositories.

## Integration Testing
Integration tests require, `noxious`, which is installed when running `make integ`.

## Documentation
See [tough - Rust](https://docs.rs/tough/) for the latest `tough` library documentation.

See `tuftool`'s [README](tuftool/README.md) for more on how to use `tuftool`.

## License

tough is licensed under the [Apache License, Version 2.0](LICENSE-APACHE) or the [MIT license](LICENSE-MIT), at your option.