spdx-rs
parses SPDX documents in multiple data formats to Rust structs.
The library has been designed for working with SPDX documents in JSON. This is achieved with Serde, so any data format supported by Serde should work, as long as the naming is consistent with that used in JSON SPDX documents.
In addition to serializing and deserializing with Serde, deserializing documents in tag value format is supported with a custom parser.
Simple usage examples for parsing documents from JSON and tag-value formats can be found in the integration tests.
The project is licensed under the MIT License.