| Crates.io | hesp-manifest |
| lib.rs | hesp-manifest |
| version | 2.0.3-alpha.1 |
| created_at | 2024-02-06 09:53:25.769417+00 |
| updated_at | 2024-02-26 08:24:53.441154+00 |
| description | Rust library for serialization and deserialization the HESP manifest |
| homepage | https://github.com/THEOplayer/hesp-manifest-rs |
| repository | https://github.com/THEOplayer/hesp-manifest-rs |
| max_upload_size | |
| id | 1128634 |
| size | 196,617 |
Rust library for parsing the HESP manifest as defined at https://datatracker.ietf.org/doc/draft-theo-hesp/
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/.
For usage see the examples directory