licenses.dev

rusttype v0.8.3

A pure Rust alternative to libraries like FreeType. RustType provides an API for loading, querying and rasterising TrueType fonts. It also provides an implementation of a dynamic GPU glyph cache for hardware font rendering.

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0 OR MIT

Dependency Licenses

Apache-2.0 OR MIT16
PackageRelationDependenciesPublished
autocfg • 1.4.0Automatic cfg for Rust compiler featuresINDIRECT0
cfg-if • 0.1.10A 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
crossbeam-deque • 0.7.4Concurrent work-stealing dequeDIRECT8
crossbeam-epoch • 0.8.2Epoch-based garbage collectionINDIRECT7
crossbeam-utils • 0.7.2Utilities for concurrent programmingDIRECT3
hermit-abi • 0.3.9Hermit system calls definitions.INDIRECT0
lazy_static • 1.5.0A macro for declaring lazily evaluated statics in Rust.INDIRECT0
libc • 0.2.161Raw FFI bindings to platform libraries like libc. INDIRECT0
libm • 0.2.8libm in pure RustDIRECT0
linked-hash-map • 0.5.6A HashMap wrapper that holds key-value pairs in insertion orderDIRECT0
maybe-uninit • 2.0.0MaybeUninit for friends of backwards compatibilityINDIRECT0
num_cpus • 1.16.0Get the number of CPUs on a machine.DIRECT2
num-traits • 0.2.19Numeric traits for generic mathematicsINDIRECT1
rustc-hash • 1.1.0speed, non-cryptographic hash used in rustcDIRECT0
scopeguard • 1.2.0A RAII scope guard that will run a given closure when it goes out of scope, even if the code between panics (assuming unwinding panic). Defines the macros `defer!`, `defer_on_unwind!`, `defer_on_success!` as shorthands for guards with one of the implemented strategies. INDIRECT0
stb_truetype • 0.3.1A straight translation of the font loading code in stb_truetype.h from C to Rust.DIRECT1
MIT2
PackageRelationDependenciesPublished
memoffset • 0.5.6offset_of functionality for Rust structs.INDIRECT1
ordered-float • 1.1.1Wrappers for total ordering on floatsDIRECT2
Apache-2.01
PackageRelationDependenciesPublished
approx • 0.3.2Approximate floating point equality comparisons and assertions.DIRECT2
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/rusttype)](https://licenses.dev/cargo/rusttype)
<a href="https://licenses.dev/cargo/rusttype">
  <img src="https://licenses.dev/b/cargo/rusttype" alt="licenses" />
</a>

Or the licenses badge code for the 0.8.3 version:

[![licenses](https://licenses.dev/b/cargo/rusttype/0.8.3)](https://licenses.dev/cargo/rusttype/0.8.3)
<a href="https://licenses.dev/cargo/rusttype/0.8.3">
  <img src="https://licenses.dev/b/cargo/rusttype/0.8.3" alt="licenses" />
</a>
GitHub