Re-exports
pub use error::ParseError;pub use expression::Expression;pub use lexer::ParseMode;
Modules
- Error types
- Auto-generated lists of license identifiers and exception identifiers
- Contains types for lexing an SPDX license expression
- Auto-generated full canonical text of each license
Structs
- Unique identifier for a particular exception
- Unique identifier for a particular license
- Represents a single license requirement, which must include a valid
LicenseItem, and may allow current and future versions of the license, and may also allow for a specific exception - A convenience wrapper for a license and optional exception that can be checked against a license requirement to see if it satisfies the requirement placed by a license holder
Enums
- A single license term in a license expression, according to the SPDX spec. This can be either an SPDX license, which is mapped to a
LicenseIdfrom a valid SPDX short identifier, or else a document AND/OR license ref
Functions
- Attempts to find an
ExceptionIdfor the string - Find license partially matching the name, e.g. “apache” => “Apache-2.0”
- Attempts to find a
LicenseIdfor the string. Note that any+at the end is trimmed when searching for a match. - Returns the version number of the SPDX list from which the license and exception identifiers are sourced from