Ecosyste.ms: Awesome

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

https://github.com/theupdateframework/rust-tuf

Rust implementation of The Update Framework (TUF)
https://github.com/theupdateframework/rust-tuf

rust tuf

Last synced: 4 days ago
JSON representation

Rust implementation of The Update Framework (TUF)

Lists

README

        

# rust-tuf

A Rust implementation of [The Update Framework (TUF)](https://theupdateframework.github.io/).

Full documentation is hosted at [docs.rs](https://docs.rs/crate/tuf).

## Warning: Beta Software

This is under active development and may not suitable for production use. Further,
the API is unstable and you should be prepared to refactor on even patch releases.

## Contributing

Please make all pull requests to the `develop` branch.

### Bugs

This project has a **full disclosure** policy on security related errors. Please
treat these errors like all other bugs and file a public issue. Errors communicated
via other channels will be immediately made public.

## Legal

### License

This work is dual licensed under the MIT and Apache-2.0 licenses.
See [LICENSE-MIT](./LICENSE-MIT) and [LICENSE-APACHE](./LICENSE-APACHE) for details.