Skip to content

fitriadi19/spdx-rs

This branch is up to date with doubleopen-project/spdx-rs:main.

Folders and files

NameName
Last commit message
Last commit date
Apr 19, 2022
Oct 12, 2021
Jul 4, 2022
Sep 19, 2023
Jun 29, 2023
Sep 1, 2023
Apr 12, 2022
Sep 19, 2023
Nov 27, 2023
Oct 15, 2021
Oct 15, 2021

Repository files navigation

SPDX Documents in Rust

crates.io-icon docs.rs-icon

spdx-rs parses SPDX documents in multiple data formats to Rust structs.

Data formats

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.

Usage

Simple usage examples for parsing documents from JSON and tag-value formats can be found in the integration tests.

License

The project is licensed under the MIT License.

About

Parse SPDX Documents to Rust strcts.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%