licenses.dev

parry2d v0.13.8

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 MIT78
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.INDIRECT0
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
bitflags • 2.6.0A 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
config • 0.11.0Layered configuration system for Rust applications.INDIRECT31
crossbeam-deque • 0.8.5Concurrent work-stealing dequeINDIRECT2
crossbeam-epoch • 0.9.18Epoch-based garbage collectionINDIRECT1
crossbeam-utils • 0.8.20Utilities for concurrent programmingINDIRECT0
cust_core • 0.1.1Core library for cust that can be shared across CPU and GPUDIRECT15
cust_derive • 0.2.0Macros for custINDIRECT4
cust_raw • 0.11.3Low level bindings to the CUDA Driver APIINDIRECT2
cust • 0.3.2High level bindings to the CUDA Driver APIDIRECT23
directories • 4.0.1A tiny mid-level library that provides platform-specific standard locations of directories for config, cache and other data on Linux, Windows and macOS by leveraging the mechanisms defined by the XDG base/user directory specifications on Linux, the Known Folder API on Windows, and the Standard Directory guidelines on macOS.INDIRECT17
dirs-sys • 0.3.7System-level helper functions for the dirs and directories crates.INDIRECT16
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.INDIRECT11
fixedbitset • 0.4.2FixedBitSet is a simple bitset collectionINDIRECT0
getrandom • 0.2.15A small cross-platform library for retrieving random data from system sourceINDIRECT3
glam • 0.20.5A simple and fast 3D math library for games and graphicsINDIRECT3
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 mapINDIRECT7
hermit-abi • 0.1.19Hermit system calls definitions.INDIRECT1
indexmap • 1.9.3A hash table with consistent order and fast iteration.DIRECT15
itoa • 1.0.11Fast integer primitive to string conversionINDIRECT0
lazy_static • 0.2.11A macro for declaring lazily evaluated statics in Rust.INDIRECT0
lazy_static • 1.5.0A macro for declaring lazily evaluated statics in Rust.INDIRECT0
lexical-core • 0.7.6Lexical, to- and from-string conversion routines.INDIRECT5
libc • 0.2.161Raw FFI bindings to platform libraries like libc. INDIRECT0
libm • 0.2.8libm in pure RustINDIRECT0
linked-hash-map • 0.5.6A HashMap wrapper that holds key-value pairs in insertion orderINDIRECT0
num-complex • 0.4.6Complex numbers implementation for RustINDIRECT3
num-rational • 0.4.1Rational numbers implementation for RustINDIRECT4
num-traits • 0.1.43Numeric traits for generic mathematicsINDIRECT3
num-traits • 0.2.19Numeric traits for generic mathematicsDIRECT2
once_cell • 1.20.2Single assignment cells and lazy values.INDIRECT0
paste • 1.0.15Macros for all your token pasting needsINDIRECT0
petgraph • 0.6.3Graph data structure library. Provides graph types and graph algorithms.INDIRECT17
ppv-lite86 • 0.2.20Implementation of the crypto-simd API for x86INDIRECT7
proc-macro2 • 1.0.89A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.INDIRECT1
ptree • 0.4.0Pretty-print tree-like structuresDIRECT58
quote • 1.0.37Quasi-quoting macro quote!(...)INDIRECT2
rand_chacha • 0.3.1ChaCha random number generator INDIRECT13
rand_core • 0.6.4Core random number generator traits and tools for implementation. INDIRECT4
rand • 0.8.5Random number generators and other randomness functionality. DIRECT14
rayon-core • 1.12.1Core APIs for RayonINDIRECT3
rayon • 1.10.0Simple work-stealing parallelism for RustDIRECT5
regex-syntax • 0.6.29A regular expression parser.INDIRECT0
regex • 1.7.3An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs. INDIRECT3
robust • 1.1.0Robust adaptive floating-point predicates for computational geometryINDIRECT0
rustc_version • 0.4.1A library for querying the version of a installed rustc compilerINDIRECT1
rustc-hash • 1.1.0speed, non-cryptographic hash used in rustcDIRECT0
semver • 1.0.23Parser and evaluator for Cargo's flavor of Semantic VersioningINDIRECT0
serde_derive • 1.0.195Macros 1.1 implementation of #[derive(Serialize, Deserialize)]INDIRECT4
serde_json • 1.0.132A JSON serialization file formatINDIRECT9
serde • 0.8.23A generic serialization/deserialization frameworkINDIRECT0
serde • 1.0.195A generic serialization/deserialization frameworkDIRECT5
simdutf8 • 0.1.5SIMD-accelerated UTF-8 validation.INDIRECT0
smallvec • 1.13.2'Small vector' optimization: store up to a small number of items on the stackDIRECT0
spade • 2.2.1Delaunay triangulations for the rust ecosystemDIRECT5
static_assertions • 1.1.0Compile-time assertions to ensure that invariants are met.INDIRECT0
syn • 1.0.109Parser for Rust source codeINDIRECT3
syn • 2.0.82Parser for Rust source codeINDIRECT2
thiserror-impl • 1.0.65Implementation detail of the `thiserror` crateINDIRECT4
thiserror • 1.0.65derive(Error)INDIRECT5
toml • 0.5.11A native Rust encoder and decoder of TOML-formatted files and streams. Provides implementations of the standard Serialize/Deserialize traits for TOML data to facilitate deserializing and serializing Rust structures. INDIRECT6
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
vek • 0.15.10Generic 2D-3D math swiss army knife for game engines, with SIMD support and focus on convenience.INDIRECT7
version_check • 0.9.5Tiny crate to check the version of the installed/running rustc.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
MIT20
PackageRelationDependenciesPublished
ansi_term • 0.12.1Library for ANSI terminal colours and styles (bold, underline)INDIRECT3
atty • 0.2.14A simple interface for querying attyINDIRECT5
bytecheck • 0.6.10Derive macro for bytecheckINDIRECT8
crunchy • 0.2.2Crunchy unroller: deterministically unroll constant loopsINDIRECT0
libredox • 0.1.3Redox stable ABIINDIRECT2
mint • 0.5.9Math interoperability standard typesINDIRECT0
nom • 5.1.3A byte-oriented, zero-copy, parser combinators libraryINDIRECT8
oorandom • 11.1.4A tiny, robust PRNG implementation.DIRECT0
ordered-float • 2.10.1Wrappers for total ordering on floatsINDIRECT3
ptr_meta_derive • 0.1.4Macros for ptr_metaINDIRECT4
ptr_meta • 0.1.4A radioactive stabilization of the ptr_meta rfcINDIRECT5
redox_users • 0.4.6A Rust library to access Redox users and groups functionalityINDIRECT12
rkyv_derive • 0.7.45Derive macro for rkyvINDIRECT4
rkyv • 0.7.41Zero-copy deserialization framework for RustDIRECT20
rust-ini • 0.13.0An Ini configuration file parsing library in RustINDIRECT0
seahash • 4.1.0A blazingly fast, portable hash function with proven statistical guarantees.INDIRECT0
serde-hjson • 0.9.1Hjson serialization file formatINDIRECT10
serde-value • 0.7.0Serialization value treesINDIRECT10
slab • 0.4.9Pre-allocated storage for a uniform data typeDIRECT1
tint • 1.0.1Color creation and manipulationINDIRECT1
unknown5
PackageRelationDependenciesPublished
ahash • 0.7.8A non-cryptographic hash function using AES-NI for high performanceINDIRECT6
bytecheck_derive • 0.6.12Derive macro for bytecheckINDIRECT4
num-derive • 0.4.2Numeric syntax extensionsDIRECT4
num-integer • 0.1.46Integer traits and functionsINDIRECT3
rend • 0.4.2Endian-aware primitives for RustINDIRECT9
MIT OR Unlicense3
PackageRelationDependenciesPublished
aho-corasick • 0.7.20Fast multiple substring searching.INDIRECT1
byteorder • 1.5.0Library for reading/writing numbers in big-endian and little-endian.INDIRECT0
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
Apache-2.02
PackageRelationDependenciesPublished
approx • 0.5.1Approximate floating point equality comparisons and assertions.DIRECT3
simba • 0.8.1SIMD algebra for RustDIRECT19
Apache-2.0 OR MIT OR Zlib2
PackageRelationDependenciesPublished
bytemuck_derive • 1.8.0derive proc-macros for `bytemuck`INDIRECT4
bytemuck • 1.19.0A crate for mucking around with piles of bytes.DIRECT5
BSD-3-Clause2
PackageRelationDependenciesPublished
cordic • 0.1.5Special functions for fixed-point numbers using the CORDIC method.INDIRECT12
nalgebra • 0.32.6General-purpose linear algebra library with transformations and statically-sized or dynamically-sized matrices.DIRECT22
Apache-2.0 OR BSD-2-Clause OR MIT2
PackageRelationDependenciesPublished
zerocopy-derive • 0.7.35Custom derive for traits from the zerocopy crateINDIRECT4
zerocopy • 0.7.35Utilities for zero-copy parsing and serializationINDIRECT6
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
Apache-2.0 OR BSL-1.01
PackageRelationDependenciesPublished
ryu • 1.0.18Fast floating point to string conversionINDIRECT0
Apache-2.0 OR MIT OR Apache-2.0 WITH LLVM-exception1
PackageRelationDependenciesPublished
wasi • 0.11.0+wasi-snapshot-preview1Experimental WASI API bindings for RustINDIRECT0
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.13.8 version:

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