package
6.4.2063+incompatible
Repository: https://github.com/lmorg/murex.git
Documentation: pkg.go.dev

# Functions

CreatePipe returns an stdio.Io interface for a specified pipe type or errors if the pipe type is invalid.
DumpMap returns an array of compiled builtins supporting deserialization as a key/value map (or hash).
DumpPipes returns a sorted array of regestered pipes.
DumpReadArray returns an array of compiled builtins supporting deserialization as an Array.
DumpReadArrayWithType returns an array of compiled builtins supporting deserialization as an ArrayWithType.
DumpWriteArray returns an array of compiled builtins supporting serialization as an Array.
ReadArray is a template function for stdio.Io.
ReadArrayWithType is a template function for stdio.Io.
ReadMap is a template function for stdio.Io.
RegisterPipe is used by pipes (/builtins/) to regester themselves to murex.
RegisterReadArray is used by types (/builtins/types) to regester themselves to murex.
RegisterReadArrayWithType is used by types (/builtins/types) to regester themselves to murex.
RegisterReadMap is used by pipes (/builtins/) to regester themselves to murex.
RegisterWriteArray is used by pipes (/builtins/) to regester themselves to murex.
WriteArray is a template function for stdio.Io.
WriteTo is a template function for stdio.Io.
WriteToFromFile is a template function for stdio.Io.

# Structs

No description provided by the author

# Interfaces

ArrayWriter is a simple interface types can adopt for buffered writes of formatted arrays in structured types (eg JSON).
Io is the interface that's used for the shell functions pipelining of data eg via standard in, out and err.