zarrs_conventions_license

Crates.iozarrs_conventions_license
lib.rszarrs_conventions_license
version0.1.2
created_at2025-12-30 17:26:23.830478+00
updated_at2026-01-07 18:27:39.330417+00
descriptionLicense zarr-convention for the zarrs ecosystem
homepage
repositoryhttps://github.com/clbarnes/zarrs_conventions
max_upload_size
id2013062
size62,705
Chris Barnes (clbarnes)

documentation

README

zarrs_convention_license

The license zarr convention for the zarrs ecosystem.

For use with the zarrs_conventions crate.

Usage

use zarrs_conventions_license::License;

let license = License::new_spdx("MIT");
let spdx = license.spdx().unwrap();
Commit count: 20

cargo fmt