Function lice::get

source ·
pub async fn get(id: &str) -> Result<License>
Expand description

Get fetches a license by ID, e.g. MIT. Internally, this is a wrapper around SPDX::license, performing a fuzzy search for the given ID, and merging the results with the full license details.