licenses.dev

simba v0.3.1

SIMD algebra for Rust

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0

Dependency Licenses

Apache-2.0 OR MIT27
PackageRelationDependenciesPublished
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. INDIRECT0
cc • 1.1.31A build-time dependency for Cargo build scripts to assist in invoking the native C compiler to compile native C code into a static archive to be linked into Rust code. INDIRECT1
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
fixed • 1.28.0Fixed-point numbers.DIRECT6
getrandom • 0.1.16A small cross-platform library for retrieving random data from system sourceINDIRECT3
half • 2.4.1Half-precision floating point f16 and bf16 types for Rust implementing the IEEE 754-2008 standard binary16 and bfloat16 types.INDIRECT2
libc • 0.2.161Raw FFI bindings to platform libraries like libc. INDIRECT0
libm • 0.1.4libm in pure RustINDIRECT0
libm • 0.2.8libm in pure RustDIRECT0
num-complex • 0.3.1Complex numbers implementation for RustDIRECT2
num-traits • 0.2.19Numeric traits for generic mathematicsDIRECT1
packed_simd_2 • 0.3.8Portable Packed SIMD vectorsDIRECT2
paste • 1.0.15Macros for all your token pasting needsDIRECT0
ppv-lite86 • 0.2.20Implementation of the crypto-simd API for x86INDIRECT7
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
rand_chacha • 0.2.2ChaCha random number generator INDIRECT13
rand_core • 0.5.1Core random number generator traits and tools for implementation. INDIRECT4
rand_hc • 0.2.0HC128 random number generator INDIRECT5
rand • 0.7.3Random number generators and other randomness functionality. DIRECT15
serde_derive • 1.0.195Macros 1.1 implementation of #[derive(Serialize, Deserialize)]INDIRECT4
serde • 1.0.195A generic serialization/deserialization frameworkDIRECT5
shlex • 1.3.0Split a string into shell words, like Python's shlex.INDIRECT0
syn • 2.0.82Parser 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
Apache-2.0 OR MIT OR Zlib3
PackageRelationDependenciesPublished
bytemuck • 1.19.0A crate for mucking around with piles of bytes.INDIRECT0
safe_arch • 0.5.2Crate that exposes `core::arch` safely via `#[cfg()]`.INDIRECT1
wide • 0.6.5A crate to help you go wide.DIRECT2
Apache-2.02
PackageRelationDependenciesPublished
approx • 0.4.0Approximate floating point equality comparisons and assertions.DIRECT2
decimal • 2.1.0Decimal floating point arithmetic for RustDIRECT4
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
BSD-3-Clause1
PackageRelationDependenciesPublished
cordic • 0.1.5Special functions for fixed-point numbers using the CORDIC method.DIRECT7
MIT1
PackageRelationDependenciesPublished
crunchy • 0.2.2Crunchy unroller: deterministically unroll constant loopsINDIRECT0
Apache-2.0 OR MIT OR Apache-2.0 WITH LLVM-exception1
PackageRelationDependenciesPublished
wasi • 0.9.0+wasi-snapshot-preview1Experimental WASI API bindings for RustINDIRECT0
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
MIT OR Unlicense1
PackageRelationDependenciesPublished
byteorder • 1.5.0Library for reading/writing numbers in big-endian and little-endian.INDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 0.3.1 version:

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