https://github.com/theupdateframework/rust-tuf
Rust implementation of The Update Framework (TUF)
https://github.com/theupdateframework/rust-tuf
rust tuf
Last synced: 23 days ago
JSON representation
Rust implementation of The Update Framework (TUF)
- Host: GitHub
- URL: https://github.com/theupdateframework/rust-tuf
- Owner: theupdateframework
- License: apache-2.0
- Created: 2017-04-09T12:20:10.000Z (about 8 years ago)
- Default Branch: develop
- Last Pushed: 2025-01-23T00:45:13.000Z (3 months ago)
- Last Synced: 2025-04-07T16:07:35.426Z (about 1 month ago)
- Topics: rust, tuf
- Language: Rust
- Homepage: https://crates.io/crates/tuf
- Size: 1.63 MB
- Stars: 176
- Watchers: 17
- Forks: 33
- Open Issues: 67
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
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.