array-mumu 0.1.9

Array tools plugin for the Mumu ecosystem
Documentation
[dependencies.indexmap]
version = "2"

[dependencies.mumu]
default-features = false
package = "core-mumu"
version = "0.7.2"

[dependencies.rand]
version = "0.8"

[lib]
crate-type = ["lib", "cdylib"]
name = "mumuarray"
path = "src/lib.rs"

[package]
authors = ["Tom Fotheringham <tom@nu11.co.uk>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["data-structures"]
description = "Array tools plugin for the Mumu ecosystem"
edition = "2021"
homepage = "https://lava.nu11.uk"
keywords = ["array", "plugin", "mumu"]
license = "MIT OR Apache-2.0"
name = "array-mumu"
readme = "README.md"
repository = "https://gitlab.com/tofo/mumu-array"
version = "0.1.9"

[target.'cfg(target_arch = "wasm32")'.dependencies.getrandom]
features = ["js"]
version = "0.2"

[target.'cfg(target_arch = "wasm32")'.dependencies.mumu]
default-features = false
features = ["web"]
package = "core-mumu"
version = "0.7.2"