Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 802 Bytes

DESCRIPTION.md

File metadata and controls

28 lines (22 loc) · 802 Bytes

reverse-echo

Description

Trivial flow that takes a line on stdin, reverses it and then prints it on stdout

Root Diagram

Click image to navigate flow hierarchy.

Features Used

  • Root Flow
  • Library Functions used (stdin and stdout from flowstdlib)
  • Custom function (in rust) with a structure on the output with sub-elements
  • Connections between functions
  • Connections from sub-elements of a function's output
  • Function with single input (stdout) not requiring input name

Functions Diagram

This diagram shows the exploded diagram of all functions in all flows, and their connections.

Click image to view functions graph.