licenses.dev

ncollide_queries v0.2.0

DEPRECATED: use ncollide2d or ncollide3d insead.

Published on

Licenses

Learn more about license information.

Package Licenses

BSD-3-Clause

Dependency Licenses

Apache-2.0 OR MIT31
PackageRelationDependenciesPublished
autocfg • 1.4.0Automatic cfg for Rust compiler featuresINDIRECT0
libc • 0.2.169Raw FFI bindings to platform libraries like libc. INDIRECT0
matrixmultiply • 0.1.15General 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.INDIRECT1
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
nodrop • 0.1.14A wrapper type to inhibit drop (destructor). ***Deprecated: Use ManuallyDrop or MaybeUninit instead!*** INDIRECT0
num-bigint • 0.1.44Big integer implementation for RustINDIRECT13
num-bigint • 0.4.6Big integer implementation for RustINDIRECT3
num-complex • 0.1.43Complex numbers implementation for RustINDIRECT3
num-complex • 0.4.6Complex numbers implementation for RustINDIRECT2
num-iter • 0.1.45External iterators for generic mathematicsINDIRECT3
num-rational • 0.1.42Rational numbers implementation for RustINDIRECT14
num-rational • 0.4.1Rational numbers implementation for RustINDIRECT4
num-traits • 0.1.43Numeric traits for generic mathematicsINDIRECT2
num-traits • 0.2.19Numeric traits for generic mathematicsINDIRECT1
num • 0.1.42A collection of numeric types and traits for Rust, including bigint, complex, rational, range iterators, generic integers, and more! INDIRECT17
num • 0.4.2A collection of numeric types and traits for Rust, including bigint, complex, rational, range iterators, generic integers, and more! DIRECT7
paste • 1.0.15Macros for all your token pasting needsINDIRECT0
proc-macro2 • 1.0.92A 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
rand_core • 0.3.1Core random number generator traits and tools for implementation. INDIRECT1
rand_core • 0.4.2Core random number generator traits and tools for implementation. INDIRECT0
rand • 0.3.23Random number generators and other randomness functionality. INDIRECT9
rand • 0.4.6Random number generators and other randomness functionality. INDIRECT8
rawpointer • 0.1.0Extra 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
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
rustc-serialize • 0.3.25Generic serialization/deserialization support corresponding to the `derive(RustcEncodable, RustcDecodable)` mode in the compiler. Also includes support for hex, base64, and json encoding and decoding. This crate is deprecated in favor of serde. DIRECT0
syn • 2.0.90Parser for Rust source codeINDIRECT2
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
Apache-2.06
PackageRelationDependenciesPublished
alga • 0.5.4Abstract algebra for RustINDIRECT6
approx • 0.1.1Approximate floating point equality comparisons and assertions.INDIRECT0
approx • 0.5.1Approximate floating point equality comparisons and assertions.INDIRECT2
nalgebra-macros • 0.2.2Procedural macros for nalgebraINDIRECT4
nalgebra • 0.33.2General-purpose linear algebra library with transformations and statically-sized or dynamically-sized matrices.DIRECT20
simba • 0.9.0SIMD algebra for RustINDIRECT8
BSD-3-Clause5
PackageRelationDependenciesPublished
nalgebra • 0.14.4General-purpose linear algebra library with transformations and statically-sized or dynamically-sized matrices.INDIRECT21
nalgebra • 0.8.2General-purpose linear algebra library with transformations and statically-sized or dynamically-sized matrices.INDIRECT19
ncollide_entities • 0.5.1DEPRECATED: use ncollide2d or ncollide3d insead.DIRECT20
ncollide_math • 0.9.1DEPRECATED: use ncollide2d or ncollide3d insead.DIRECT22
ncollide_utils • 0.9.1DEPRECATED: use ncollide2d or ncollide3d insead.DIRECT23
Apache-2.0 OR MIT OR Zlib3
PackageRelationDependenciesPublished
bytemuck • 1.21.0A crate for mucking around with piles of bytes.INDIRECT0
safe_arch • 0.7.3Crate that exposes `core::arch` safely via `#[cfg()]`.INDIRECT1
wide • 0.7.29A crate to help you go wide.INDIRECT2
unknown1
PackageRelationDependenciesPublished
num-integer • 0.1.46Integer traits and functionsINDIRECT2
non-standard1
PackageRelationDependenciesPublished
fuchsia-cprng • 0.1.1Rust crate for the Fuchsia cryptographically secure pseudorandom number generatorINDIRECT0
MIT1
PackageRelationDependenciesPublished
generic-array • 0.8.4Generic types implementing functionality of arraysINDIRECT2
ISC1
PackageRelationDependenciesPublished
rdrand • 0.4.0An implementation of random number generator based on rdrand and rdseed instructionsINDIRECT2
Unicode-3.0 AND (Apache-2.0 OR MIT)1
PackageRelationDependenciesPublished
unicode-ident • 1.0.14Determine 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/ncollide_queries)](https://licenses.dev/cargo/ncollide_queries)
<a href="https://licenses.dev/cargo/ncollide_queries">
  <img src="https://licenses.dev/b/cargo/ncollide_queries" alt="licenses" />
</a>

Or the licenses badge code for the 0.2.0 version:

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