Expand description
§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();Re-exports§
pub use zarrs_conventions;
Structs§
- Builder
- Builder for Licenses, created by License::builder.
- License
- Single license applicable to the data.