# 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.