std-mumu 0.2.2

Standard input/output tools for MuMu/Lava
Documentation
[[items]]
type = "singlefile"
path = "LICENSE"
groups = ["legal"]

[[items]]
type = "singlefile"
path = "NOTICE"
groups = ["legal"]

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

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

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

[[items]]
explain = "Plugin for functions related to terminal std/io in the mumu ecosystem"
type = "recursive"
path = "src/"
extension = "rs"
groups = ["std"]

[[items]]
explain = "Examples for the std-mumu plugin"
type = "recursive"
path = "examples/"
extension = "mu"
groups = ["examples"]

[[items]]
explain = "Tests for the std-mumu plugin"
type = "recursive"
path = "tests/"
extension = "mu"
groups = ["tests"]

[[items]]
type = "remote"
description = "This is the core-mumu code that is a dependancy of this plugin"
remote = "git@gitlab.com:tofo/core-mumu.git"
tag = "v0.7.0"
remote_groups = ["core"]
groups = ["core"]

[[items]]
type = "remote"
description = "This is the test-mumu code. This is to show how testing works in mumu"
remote = "git@gitlab.com:tofo/mumu-test.git"
tag = "v0.1.3"
remote_groups = ["test"]
groups = ["test"]

[[items]]
type = "remote"
description = "This is the flow code for streaming composition in mumu"
remote = "git@gitlab.com:tofo/mumu-flow.git"
tag = "v0.1.2"
remote_groups = ["flow"]
groups = ["flow"]