Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/theoplayer/hesp-manifest-rs
Rust library for parsing the HESP manifest as defined at https://datatracker.ietf.org/doc/draft-theo-hesp/
https://github.com/theoplayer/hesp-manifest-rs
Last synced: 15 days ago
JSON representation
Rust library for parsing the HESP manifest as defined at https://datatracker.ietf.org/doc/draft-theo-hesp/
- Host: GitHub
- URL: https://github.com/theoplayer/hesp-manifest-rs
- Owner: THEOplayer
- License: mit
- Created: 2024-02-06T08:49:07.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-26T08:24:27.000Z (11 months ago)
- Last Synced: 2024-12-10T00:59:31.036Z (about 1 month ago)
- Language: Rust
- Size: 358 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HESP Manifest
Rust library for parsing the HESP manifest as defined at https://datatracker.ietf.org/doc/draft-theo-hesp/## Goal
Allows serialization and deserialization of `manifest.json` files. Also validates that the manifest adheres to all the
rules as defined by https://datatracker.ietf.org/doc/draft-theo-hesp/.## Usage
For usage see [the examples directory](examples)