licenses.dev

simba v0.7.3

SIMD algebra for Rust

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0

Dependency Licenses

Apache-2.0 OR MIT40
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
cuda_std_macros • 0.2.0Macros for cuda_stdINDIRECT4
cuda_std • 0.2.2Standard library for CUDA with rustc_codegen_nvvmDIRECT16
cust_core • 0.1.1Core library for cust that can be shared across CPU and GPUDIRECT15
cust_derive • 0.2.0Macros for custINDIRECT4
fixed • 1.28.0Fixed-point numbers.DIRECT6
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
half • 1.8.3Half-precision floating point f16 and bf16 types for Rust implementing the IEEE 754-2008 standard binary16 and bfloat16 types.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
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.4.6Complex numbers implementation for RustDIRECT3
num-traits • 0.2.19Numeric traits for generic mathematicsDIRECT2
once_cell • 1.20.2Single assignment cells and lazy values.INDIRECT0
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.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
rustc_version • 0.4.1A library for querying the version of a installed rustc compilerINDIRECT1
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 • 1.0.195A generic serialization/deserialization frameworkDIRECT5
shlex • 1.3.0Split a string into shell words, like Python's shlex.INDIRECT0
simdutf8 • 0.1.5SIMD-accelerated UTF-8 validation.INDIRECT0
syn • 1.0.109Parser for Rust source codeINDIRECT3
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
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
MIT8
PackageRelationDependenciesPublished
bytecheck • 0.6.10Derive macro for bytecheckINDIRECT8
crunchy • 0.2.2Crunchy unroller: deterministically unroll constant loopsINDIRECT0
mint • 0.5.9Math interoperability standard typesINDIRECT0
ptr_meta_derive • 0.1.4Macros for ptr_metaINDIRECT4
ptr_meta • 0.1.4A radioactive stabilization of the ptr_meta rfcINDIRECT5
rkyv_derive • 0.7.45Derive macro for rkyvINDIRECT4
rkyv • 0.7.41Zero-copy deserialization framework for RustDIRECT20
seahash • 4.1.0A blazingly fast, portable hash function with proven statistical guarantees.INDIRECT0
unknown4
PackageRelationDependenciesPublished
ahash • 0.7.8A non-cryptographic hash function using AES-NI for high performanceINDIRECT6
bytecheck_derive • 0.6.12Derive macro for bytecheckINDIRECT4
num-integer • 0.1.46Integer traits and functionsINDIRECT3
rend • 0.4.2Endian-aware primitives for RustINDIRECT9
Apache-2.0 OR MIT OR Zlib3
PackageRelationDependenciesPublished
bytemuck • 1.19.0A crate for mucking around with piles of bytes.INDIRECT0
safe_arch • 0.7.2Crate that exposes `core::arch` safely via `#[cfg()]`.INDIRECT1
wide • 0.7.28A crate to help you go wide.DIRECT2
Apache-2.02
PackageRelationDependenciesPublished
approx • 0.5.1Approximate floating point equality comparisons and assertions.DIRECT3
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
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 MIT OR Apache-2.0 WITH LLVM-exception1
PackageRelationDependenciesPublished
wasi • 0.11.0+wasi-snapshot-preview1Experimental WASI API bindings for RustINDIRECT0
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.7.3 version:

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