Docs.rs
  • Releases
    • All Releases
    • Releases by Stars
    • Recent Build Failures
    • Build Failures by Stars
    • Release Activity
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • Rust Cookbook
    • Crates.io
    • The Cargo Guide

Releases

Crates from bluss
  • Recent
  • Stars
  • Recent Failures
  • Failures By Stars
  • Activity
  • Queue
  • bluss
  • ndarray-0.15.4
    An n-dimensional array for general elements and for numerics. Lightweight array views and slicing; views support chunking and splitting.
    2262
  • ndarray-parallel-0.9.1
    Parallelization for ndarray using rayon. (Deprecated - use ndarray with rayon directly.)
    2262
  • ndarray-rblas-0.1.1
    `rblas` bindings for `ndarray`.
    2262
  • ndarray-rand-0.14.0
    Constructors for randomized arrays. `rand` integration for `ndarray`.
    2262
  • ndarray-rblas-0.1.1
    `rblas` bindings for `ndarray`.
    2262
  • petgraph-0.6.2
    Graph data structure library. Provides graph types and graph algorithms.
    1739
  • itertools-0.10.3
    Extra iterator adaptors, iterator methods, free functions, and macros.
    1737
  • rand_derive-0.5.0
    `#[derive(Rand)]` macro (deprecated).
    1155
  • indexmap-1.9.1
    A hash table with consistent order and fast iteration.
    1038
  • ordermap-0.4.2
    A hash table with consistent order and fast iteration. NOTE: This crate was renamed to indexmap. Please use it under its new name.
    1038
  • arrayvec-0.7.2
    A vector with fixed capacity, backed by an array (it can be stored on the stack too). Implements fixed capacity ArrayVec and ArrayString.
    480
  • nodrop-union-0.1.11
    A wrapper type to inhibit drop (destructor). Implementation crate for nodrop, the untagged unions implementation (which is unstable / requires nightly) as of this writing. ***Deprecated: Use ManuallyDrop or MaybeUninit instead!***
    480
  • nodrop-0.1.14
    A wrapper type to inhibit drop (destructor). ***Deprecated: Use ManuallyDrop or MaybeUninit instead!***
    480
  • maplit-1.0.2
    Collection “literal” macros for HashMap, HashSet, BTreeMap, and BTreeSet.
    335
  • scopeguard-1.1.0
    A RAII scope guard that will run a given closure when it goes out of scope, even if the code between panics (assuming unwinding panic). Defines the macros `defer!`, `defer_on_unwind!`, `defer_on_success!` as shorthands for guards with one of the implemented strategies.
    253
  • either-1.7.0
    The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases.
    244
  • matrixmultiply-0.3.2
    General 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.
    127
  • indexing-0.4.1
    Sound unchecked indexing using “generativity”; a type system approach to indices, pointers and ranges that are trusted to be in bounds.
    85
  • fixedbitset-0.4.2
    FixedBitSet is a simple bitset collection
    65
  • bencher-0.1.5
    A port of the libtest (unstable Rust) benchmark runner to Rust stable releases. Supports running benchmarks and filtering based on the name. Benchmark execution works exactly the same way and no more (caveat: black_box is still missing!).
    63
  • twoway-0.2.2
    (Deprecated - use crate memchr instead.) Fast substring search for strings and byte strings. Optional SSE4.2 acceleration (if detected at runtime) using pcmpestri. Memchr is the only mandatory dependency. The two way algorithm is also used by rust's libstd itself, but here it is exposed both for byte strings, using memchr, and optionally using a SSE4.2 accelerated version.
    61
  • permutohedron-0.2.4
    Generate permutations of sequences. Either lexicographical order permutations, or a minimal swaps permutation sequence implemented using Heap's algorithm.
    35
  • odds-0.4.0
    Odds and ends — collection miscellania. Extra functionality for slices (`.find()`, `RevSlice`), strings and other things. Things in odds may move to more appropriate crates if we find them.
    20
  • defmac-0.2.1
    A macro to define lambda-like macros inline.
    15
  • fast-floats-0.2.0
    Fast-math wrappers for floats; experimental and unstable; for experiments.
    14
  • tool-0.2.1
    A grab-bag of tools for functional programming.
    12
  • ixlist-0.1.0
    The “ixlist” is a linked list in a vector, or if you want a list in a pond or an arena-allocated linked index-chasing fest. Implements a queue interface and a cursor.
    11
  • thread-tree-0.3.3
    A tree-structured thread pool for splitting jobs hierarchically on worker threads. The tree structure means that there is no contention between workers when delivering jobs.
    11
  • debugit-0.2.0
    Debug-print any value without trait bounds using specialization (Rust nightly channel)
    9
  • unchecked-index-0.2.2
    Unchecked indexing wrapper using regular index syntax.
    7
Next Page
About docs.rs Privacy policy Build queue