licenses.dev

simple_parallel v0.2.1

Straight-forward functions and types for basic data parallel operations, including parallel maps, for loops and thread pools.

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0 OR MIT

Dependency Licenses

Apache-2.0 OR MIT10
PackageRelationDependenciesPublished
autocfg • 1.4.0Automatic cfg for Rust compiler featuresINDIRECT0
libc • 0.2.161Raw FFI bindings to platform libraries like libc. INDIRECT0
num_cpus • 0.2.13Get the number of CPUs on a machine.DIRECT1
num-bigint • 0.4.6Big integer implementation for RustINDIRECT3
num-complex • 0.4.6Complex numbers implementation for RustINDIRECT2
num-iter • 0.1.45External iterators for generic mathematicsINDIRECT3
num-rational • 0.4.1Rational numbers implementation for RustINDIRECT4
num-traits • 0.2.19Numeric traits for generic mathematicsINDIRECT1
num • 0.4.2A collection of numeric types and traits for Rust, including bigint, complex, rational, range iterators, generic integers, and more! DIRECT7
strided • 0.2.9Strided slices. This library provides two types `Strided` and `MutStrided` as generalised forms of `&[T]` and `&mut [T]` respectively, where the elements are regularly spaced in memory, but not necessarily immediately adjacently. DIRECT0
unknown1
PackageRelationDependenciesPublished
num-integer • 0.1.46Integer traits and functionsINDIRECT2
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 0.2.1 version:

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