licenses.dev

parry2d v0.8.0

2 dimensional collision detection library in Rust.

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0

Dependency Licenses

Apache-2.0 OR MIT31
PackageRelationDependenciesPublished
arrayvec • 0.7.6A vector with fixed capacity, backed by an array (it can be stored on the stack too). Implements fixed capacity ArrayVec and ArrayString.DIRECT0
autocfg • 1.4.0Automatic cfg for Rust compiler featuresINDIRECT0
az • 1.2.1Casts and checked castsINDIRECT0
bitflags • 1.3.2A macro to generate structures which behave like bitflags. DIRECT0
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
cust_derive • 0.1.1Macros for custINDIRECT4
cust_raw • 0.11.3Low level bindings to the CUDA Driver APIINDIRECT2
cust • 0.2.2High level bindings to the CUDA Driver APIDIRECT9
downcast-rs • 1.2.1Trait object downcasting support using only safe Rust. It supports type parameters, associated types, and type constraints. DIRECT0
either • 1.13.0The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases. DIRECT0
find_cuda_helper • 0.2.0Helper crate for searching for CUDA librariesINDIRECT1
fixed • 1.28.0Fixed-point numbers.INDIRECT6
glob • 0.3.1Support for matching file paths against Unix shell style patterns. INDIRECT0
half • 2.4.1Half-precision floating point f16 and bf16 types for Rust implementing the IEEE 754-2008 standard binary16 and bfloat16 types.INDIRECT2
hashbrown • 0.12.3A Rust port of Google's SwissTable hash mapINDIRECT0
indexmap • 1.9.3A hash table with consistent order and fast iteration.DIRECT8
libm • 0.2.8libm in pure RustINDIRECT0
num-complex • 0.4.6Complex numbers implementation for RustINDIRECT3
num-derive • 0.3.3Numeric syntax extensionsDIRECT4
num-rational • 0.4.1Rational numbers implementation for RustINDIRECT4
num-traits • 0.2.19Numeric traits for generic mathematicsDIRECT2
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
rustc-hash • 1.1.0speed, non-cryptographic hash used in rustcDIRECT0
serde_derive • 1.0.210Macros 1.1 implementation of #[derive(Serialize, Deserialize)]INDIRECT4
serde • 1.0.210A generic serialization/deserialization frameworkDIRECT5
smallvec • 1.13.2'Small vector' optimization: store up to a small number of items on the stackDIRECT0
syn • 1.0.109Parser for Rust source codeINDIRECT3
syn • 2.0.56Parser for Rust source codeINDIRECT3
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
MIT3
PackageRelationDependenciesPublished
crunchy • 0.2.2Crunchy unroller: deterministically unroll constant loopsINDIRECT0
oorandom • 11.1.4A tiny, robust PRNG implementation.DIRECT0
slab • 0.4.9Pre-allocated storage for a uniform data typeDIRECT1
Apache-2.02
PackageRelationDependenciesPublished
approx • 0.5.1Approximate floating point equality comparisons and assertions.DIRECT3
simba • 0.7.3SIMD algebra for RustDIRECT14
BSD-3-Clause2
PackageRelationDependenciesPublished
cordic • 0.1.5Special functions for fixed-point numbers using the CORDIC method.INDIRECT7
nalgebra • 0.30.1General-purpose linear algebra library with transformations and statically-sized or dynamically-sized matrices.DIRECT17
Apache-2.0 OR MIT OR Zlib1
PackageRelationDependenciesPublished
bytemuck • 1.19.0A crate for mucking around with piles of bytes.INDIRECT0
unknown1
PackageRelationDependenciesPublished
num-integer • 0.1.46Integer traits and functionsINDIRECT3
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/parry2d)](https://licenses.dev/cargo/parry2d)
<a href="https://licenses.dev/cargo/parry2d">
  <img src="https://licenses.dev/b/cargo/parry2d" alt="licenses" />
</a>

Or the licenses badge code for the 0.8.0 version:

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