container-broadcast 0.0.8

A Rust analog of Julia's broadcast interface.
Documentation
[package]
name = "container-broadcast"
version = "0.0.8"
authors = ["olof salberger"]
edition = "2018"
license = "MIT/Apache-2.0"
keywords = ["arrays","tensors","math","broadcast","iterator"]
categories = ["mathematics","science"]
description = "A Rust analog of Julia's broadcast interface."

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html


[features]
default = ["std"]
std = []
nightly-features = []

[dependencies]
array-init = "2.0.0"