licenses.dev

del-misc v0.1.4

misc utility codes for computer graphics research

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

Apache-2.0 OR MIT20
PackageRelationDependenciesPublished
array-init • 2.1.0Safe wrapper for initializing fixed-size arraysDIRECT0
autocfg • 1.5.1Automatic cfg for Rust compiler featuresINDIRECT0
cfg-if • 1.0.4A 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
getrandom • 0.2.17A small cross-platform library for retrieving random data from system sourceINDIRECT3
libc • 0.2.189Raw FFI bindings to platform libraries like libc.INDIRECT0
matrixmultiply • 0.3.11General matrix multiplication for f32 and f64 matrices. Operates on matrices with general layout (they can use arbitrary row and column stride). Detects and uses SIMD features on x86/x86-64 and AArch64 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-integer • 0.1.47Integer traits and functionsINDIRECT2
num-rational • 0.4.1Rational numbers implementation for RustINDIRECT3
num-traits • 0.2.19Numeric traits for generic mathematicsDIRECT1
paste • 1.0.15Macros for all your token pasting needsINDIRECT0
ppv-lite86 • 0.2.21Cross-platform cryptography-oriented low-level SIMD library.INDIRECT6
proc-macro2 • 1.0.107A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.INDIRECT1
quote • 1.0.47Quasi-quoting macro quote!(...)INDIRECT2
rand_chacha • 0.3.1ChaCha random number generator INDIRECT12
rand_core • 0.6.4Core random number generation traits and tools for implementation.INDIRECT4
rand • 0.8.8Random number generators and other randomness functionality. INDIRECT13
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
syn • 2.0.119Parser for Rust source codeINDIRECT2
typenum • 1.20.1Typenum 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
Apache-2.05
PackageRelationDependenciesPublished
approx • 0.5.1Approximate floating point equality comparisons and assertions.INDIRECT2
nalgebra-macros • 0.2.2Procedural macros for nalgebraINDIRECT4
nalgebra • 0.33.3General-purpose linear algebra library with transformations and statically-sized or dynamically-sized matrices.INDIRECT19
simba • 0.8.1SIMD algebra for RustINDIRECT8
simba • 0.9.1SIMD algebra for RustINDIRECT8
MIT4
PackageRelationDependenciesPublished
del-geo • 0.1.292D/3D geometry utility codesDIRECT30
del-ls • 0.1.5sparse solver library for research prototypingDIRECT20
del-msh • 0.1.29mesh utility library for computer graphics research and prototypingDIRECT34
ordered-float • 4.6.0Wrappers for total ordering on floatsINDIRECT2
Apache-2.0 OR MIT OR Zlib3
PackageRelationDependenciesPublished
bytemuck • 1.25.2A crate for mucking around with piles of bytes.INDIRECT0
safe_arch • 0.7.4Crate that exposes `core::arch` safely via `#[cfg()]`.INDIRECT1
wide • 0.7.33A crate to help you go wide.INDIRECT2
Apache-2.0 OR BSD-2-Clause OR MIT2
PackageRelationDependenciesPublished
zerocopy-derive • 0.8.57Custom derive for traits from the zerocopy crateINDIRECT4
zerocopy • 0.8.57Zerocopy makes zero-cost memory manipulation effortless. We write "unsafe" so you don't have to.INDIRECT5
BSD-3-Clause1
PackageRelationDependenciesPublished
nalgebra • 0.32.6General-purpose linear algebra library with transformations and statically-sized or dynamically-sized matrices.DIRECT19
Unicode-3.0 AND (Apache-2.0 OR MIT)1
PackageRelationDependenciesPublished
unicode-ident • 1.0.24Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31INDIRECT0
Apache-2.0 OR MIT OR Apache-2.0 WITH LLVM-exception1
PackageRelationDependenciesPublished
wasi • 0.11.1+wasi-snapshot-preview1WASI API bindings for RustINDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 0.1.4 version:

[![licenses](https://licenses.dev/b/cargo/del-misc/0.1.4)](https://licenses.dev/cargo/del-misc/0.1.4)
<a href="https://licenses.dev/cargo/del-misc/0.1.4">
  <img src="https://licenses.dev/b/cargo/del-misc/0.1.4" alt="licenses" />
</a>
GitHub