Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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/

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)