array-mumu 0.1.2

Array tools plugin for the Mumu ecosystem
Documentation
[[items]]
type = "remote"
description = "This is the mumu code that is a dependancy of of array-mumu"
remote = "git@gitlab.com:tofo/mumu.git"
tag = "v0.1.17"
remote_groups = ["core"]
groups = ["core"]

[[items]]
type = "remote"
description = "This is the test suite code th"
remote = "git@gitlab.com:tofo/mumu-test.git"
#tag = "v0.1.3"
remote_groups = ["core"]
groups = ["test"]

[[items]]
type = "singlefile"
path = "Cargo.toml"
groups = ["array"]

[[items]]
type = "singlefile"
path = "Makefile"
groups = ["array"]

[[items]]
type = "singlefile"
path = "README.md"
groups = ["array"]

[[items]]
explain = "Array functions plugin for use in the Mumu ecosystem"
type = "recursive"
path = "src/"
extension = "rs"
groups = ["array"]

[[items]]
explain = "Tests for the array plugin for use in the Mumu ecosystem"
type = "recursive"
path = "tests/"
extension = "mu"
groups = ["tests"]