ndsparse 0.1.3

Sparse structures for N-dimensions
Documentation
[dependencies.cl-traits]
version = "0.4"

[dependencies.rand]
default-features = false
optional = true
version = "0.7"

[dependencies.rayon]
default-features = false
optional = true
version = "1.0"

[dependencies.serde]
default-features = false
features = ["derive"]
optional = true
version = "1.0"

[dependencies.staticvec]
default-features = false
optional = true
version = "0.8"
[dev-dependencies.once_cell]
version = "1.3"

[dev-dependencies.quickcheck]
version = "0.9"

[dev-dependencies.quickcheck_macros]
version = "0.9"

[features]
alloc = ["cl-traits/alloc", "rand/alloc", "serde/alloc"]
default = []
with_arrayvec = ["cl-traits/with_arrayvec"]
with_rand = ["rand"]
with_rayon = ["rayon"]
with_serde = ["cl-traits/with_serde", "serde"]
with_smallvec = ["cl-traits/with_smallvec"]
with_staticvec = ["cl-traits/with_staticvec", "staticvec"]

[package]
authors = ["Caio Fernandes <c410.f3r@gmail.com>"]
categories = ["data-structures", "concurrency", "science", "no-std"]
description = "Sparse structures for N-dimensions"
edition = "2018"
keywords = ["coo", "csr", "dimension", "sparse", "structure"]
license = "Apache-2.0"
name = "ndsparse"
readme = "README.md"
repository = "https://github.com/c410-f3r/ndsparse/"
version = "0.1.3"
[package.metadata.docs.rs]
all-features = true