mumu 0.9.1

Lava Mumu is a language for those in the now and that know
Documentation
[[items]]
type = "singlefile"
path = "Cargo.toml"

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

[[items]]
type = "recursive"
path = "src"
extension = "rs"

[[items]]
type = "singlefile"
path = "net/Cargo.toml"

[[items]]
type = "singlefile"
path = "test/Cargo.toml"

[[items]]
type = "singlefile"
path = "sys/Cargo.toml"

[[items]]
type = "singlefile"
path = "math/Cargo.toml"

[[items]]
type = "singlefile"
path = "string/Cargo.toml"

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

[[items]]
type = "singlefile"
path = "file/Cargo.toml"

[[items]]
type = "singlefile"
path = "process/Cargo.toml"

[[items]]
type = "singlefile"
path = "event/Cargo.toml"

[[items]]
type = "singlefile"
path = "fs/Cargo.toml"

[[items]]
explain = "this is for a compiled plugin for network related functions"
type = "recursive"
path = "net/src/"
extension = "rs"

[[items]]
explain = "this is for a compiled plugic for math related functions"
type = "recursive"
path = "math/src/"
extension = " rs"

[[items]]
explain = "this is for a compiled plugin for system related functions"
type = "recursive"
path = "sys/src/"
extension = "rs"

[[items]]
explain = "this is for a compiled plugin for a test suite"
type = "recursive"
path = "test/src/"
extension = "rs"

[[items]]
explain = "this is for a compiled plugin for string related functions"
type = "recursive"
path = "string/src/"
extension = "rs"

[[items]]
explain = "this is for a compiled plugin for array related functions"
type = "recursive"
path = "array/src/"
extension = "rs"

[[items]]
explain = "this is for a compiled plugin for file handling related functions"
type = "recursive"
path = "file/src/"
extension = "rs"

[[items]]
explain = "this is for a compiled plugin for fs commmand related functions"
type = "recursive"
path = "fs/src/"
extension = "rs"

[[items]]
explain = "this is for a compiled plugin for process related functions"
type = "recursive"
path = "process/"
extension = "rs"

[[items]]
explain = "this is for a compiled plugin for event functions"
type = "recursive"
path = "event/"
extension = "rs"