Crate bundle_licenses_lib
Source - bundle
- Find all LICENSE-like files in each packages source repo and match them with the
the licenses specified in the Cargo.toml file.
- discovery
- finalized_license
- A finalized license representation meant for serializing / deserialzing
- format
- The allowed serialization / deserialization formats.
- found_license
- A FoundLicense represents the raw form of the found parts of a license for a given package.
- license
- Contains all license related information
- package_loader
- This module is responsible for parsing collecting all the packages in a project