licenses.dev

crevice v0.8.0

Create GLSL-compatible versions of structs with explicitly-initialized padding

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0 OR MIT

Dependency Licenses

Apache-2.0 OR MIT30
PackageRelationDependenciesPublished
autocfg • 1.4.0Automatic cfg for Rust compiler featuresINDIRECT0
crevice-derive • 0.8.0Derive crate for the 'crevice' crateDIRECT4
encode_unicode • 0.3.6UTF-8 and UTF-16 character types, iterators and related methods for char, u8 and u16. INDIRECT0
glam • 0.19.0A simple and fast 3D math library for games and graphicsDIRECT1
hashbrown • 0.12.3A Rust port of Google's SwissTable hash mapINDIRECT0
indexmap • 1.9.3A hash table with consistent order and fast iteration.INDIRECT2
itoa • 1.0.11Fast integer primitive to string conversionINDIRECT0
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
linked-hash-map • 0.5.6A HashMap wrapper that holds key-value pairs in insertion orderINDIRECT0
matrixmultiply • 0.3.9General matrix multiplication for f32 and f64 matrices. Operates on matrices with general layout (they can use arbitrary row and column stride). Detects and uses AVX or SSE2 on x86 platforms transparently for higher performance. Uses a microkernel strategy, so that the implementation is easy to parallelize and optimize. Supports multithreading.INDIRECT2
num-complex • 0.4.6Complex numbers implementation for RustINDIRECT2
num-rational • 0.4.1Rational numbers implementation for RustINDIRECT3
num-traits • 0.2.19Numeric traits for generic mathematicsINDIRECT1
paste • 1.0.15Macros for all your token pasting needsINDIRECT0
proc-macro2 • 1.0.88A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.INDIRECT1
quote • 1.0.37Quasi-quoting macro quote!(...)INDIRECT2
rawpointer • 0.2.1Extra methods for raw pointers and `NonNull<T>`. For example `.post_inc()` and `.pre_dec()` (c.f. `ptr++` and `--ptr`), `offset` and `add` for `NonNull<T>`, and the function `ptrdistance`. INDIRECT0
serde_derive • 1.0.210Macros 1.1 implementation of #[derive(Serialize, Deserialize)]INDIRECT4
serde_json • 1.0.132A JSON serialization file formatINDIRECT9
serde_yaml • 0.8.26YAML data format for SerdeINDIRECT12
serde • 1.0.210A generic serialization/deserialization frameworkINDIRECT5
syn • 1.0.109Parser for Rust source codeINDIRECT3
syn • 2.0.56Parser for Rust source codeINDIRECT3
terminal_size • 0.1.17Gets the size of your Linux or Windows terminalINDIRECT4
typenum • 1.17.0Typenum is a Rust library for type-level numbers evaluated at compile time. It currently supports bits, unsigned integers, and signed integers. It also provides a type-level array of type-level numbers, but its implementation is incomplete.INDIRECT0
winapi-i686-pc-windows-gnu • 0.4.0Import libraries for the i686-pc-windows-gnu target. Please don't use this crate directly, depend on winapi instead.INDIRECT0
winapi-x86_64-pc-windows-gnu • 0.4.0Import libraries for the x86_64-pc-windows-gnu target. Please don't use this crate directly, depend on winapi instead.INDIRECT0
winapi • 0.3.9Raw FFI bindings for all of Windows API.INDIRECT2
yaml-rust • 0.4.5The missing YAML 1.2 parser for rustINDIRECT1
Apache-2.06
PackageRelationDependenciesPublished
approx • 0.4.0Approximate floating point equality comparisons and assertions.INDIRECT2
approx • 0.5.1Approximate floating point equality comparisons and assertions.INDIRECT2
cgmath • 0.18.0A linear algebra and mathematics library for computer graphics.DIRECT3
insta • 0.16.1A snapshot testing library for RustDIRECT26
nalgebra-macros • 0.1.0Procedural macros for nalgebraINDIRECT4
simba • 0.6.0SIMD algebra for RustINDIRECT8
MIT4
PackageRelationDependenciesPublished
console • 0.11.3A terminal and console abstraction for RustINDIRECT8
difference • 2.0.0A Rust text diffing and assertion library.INDIRECT0
mint • 0.5.9Math interoperability standard typesDIRECT0
termios • 0.3.3Safe bindings for the termios library.INDIRECT1
Apache-2.0 OR MIT OR Zlib3
PackageRelationDependenciesPublished
bytemuck • 1.19.0A crate for mucking around with piles of bytes.DIRECT0
safe_arch • 0.7.2Crate that exposes `core::arch` safely via `#[cfg()]`.INDIRECT1
wide • 0.7.28A crate to help you go wide.INDIRECT2
BSD-3-Clause1
PackageRelationDependenciesPublished
nalgebra • 0.29.0General-purpose linear algebra library with transformations and statically-sized or dynamically-sized matrices.DIRECT20
MIT OR Unlicense1
PackageRelationDependenciesPublished
memchr • 2.7.4Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32) routines for 1, 2 or 3 byte search and single substring search. INDIRECT0
unknown1
PackageRelationDependenciesPublished
num-integer • 0.1.46Integer traits and functionsINDIRECT2
Apache-2.0 OR BSL-1.01
PackageRelationDependenciesPublished
ryu • 1.0.18Fast floating point to string conversionINDIRECT0
Unicode-DFS-2016 AND (Apache-2.0 OR MIT)1
PackageRelationDependenciesPublished
unicode-ident • 1.0.13Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31INDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 0.8.0 version:

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