licenses.dev

tiny-skia v0.2.0

A tiny Skia subset ported to Rust.

Published on

Licenses

Learn more about license information.

Package Licenses

BSD-3-Clause

Dependency Licenses

Apache-2.0 OR MIT6
PackageRelationDependenciesPublished
arrayvec • 0.5.2A vector with fixed capacity, backed by an array (it can be stored on the stack too). Implements fixed capacity ArrayVec and ArrayString.DIRECT0
bitflags • 1.3.2A macro to generate structures which behave like bitflags. INDIRECT0
cfg-if • 1.0.0A macro to ergonomically define an item depending on a large number of #[cfg] parameters. Structured like an if-else chain, the first matching branch is the item that gets emitted. INDIRECT0
crc32fast • 1.4.2Fast, SIMD-accelerated CRC32 (IEEE) checksum computationINDIRECT1
deflate • 0.8.6A DEFLATE, zlib and gzip encoder written in Rust. INDIRECT2
png • 0.16.8PNG decoding and encoding library in pure RustDIRECT7
Apache-2.0 OR MIT OR Zlib3
PackageRelationDependenciesPublished
bytemuck • 1.19.0A crate for mucking around with piles of bytes.DIRECT0
safe_arch • 0.5.2Crate that exposes `core::arch` safely via `#[cfg()]`.INDIRECT1
wide • 0.6.5A crate to help you go wide.DIRECT2
BSD-2-Clause1
PackageRelationDependenciesPublished
arrayref • 0.3.9Macros to take array references of slicesDIRECT0
MIT1
PackageRelationDependenciesPublished
miniz_oxide • 0.3.7DEFLATE compression and decompression library rewritten in Rust based on minizINDIRECT1
Zlib1
PackageRelationDependenciesPublished
adler32 • 1.2.0Minimal Adler32 implementation for Rust.INDIRECT0
MIT OR Unlicense1
PackageRelationDependenciesPublished
byteorder • 1.5.0Library for reading/writing numbers in big-endian and little-endian.INDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

[![licenses](https://licenses.dev/b/cargo/tiny-skia)](https://licenses.dev/cargo/tiny-skia)
<a href="https://licenses.dev/cargo/tiny-skia">
  <img src="https://licenses.dev/b/cargo/tiny-skia" alt="licenses" />
</a>

Or the licenses badge code for the 0.2.0 version:

[![licenses](https://licenses.dev/b/cargo/tiny-skia/0.2.0)](https://licenses.dev/cargo/tiny-skia/0.2.0)
<a href="https://licenses.dev/cargo/tiny-skia/0.2.0">
  <img src="https://licenses.dev/b/cargo/tiny-skia/0.2.0" alt="licenses" />
</a>
GitHub