-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtuify_function_arch.drawio
37 lines (37 loc) · 4.51 KB
/
tuify_function_arch.drawio
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<mxfile host="app.diagrams.net" modified="2023-09-03T16:31:29.902Z" agent="Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36" etag="8x14XD06qb_UacuUjFOT" version="21.7.2" type="github">
<diagram name="Page-1" id="U_O8F0jgYRMyKrI9i2GZ">
<mxGraphModel dx="794" dy="1183" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="850" pageHeight="1100" math="0" shadow="0">
<root>
<mxCell id="0" />
<mxCell id="1" parent="0" />
<mxCell id="u0jmngRdik8nkOe_nVSk-4" value="" style="rounded=0;whiteSpace=wrap;html=1;glass=0;shadow=0;strokeColor=#9673a6;gradientDirection=north;fillColor=#e1d5e7;fillStyle=auto;" vertex="1" parent="1">
<mxGeometry x="20" y="10" width="660" height="760" as="geometry" />
</mxCell>
<mxCell id="jvrGGS4HFvMh0J9HW5_r-7" value="" style="whiteSpace=wrap;html=1;aspect=fixed;fillColor=#d5e8d4;strokeColor=#82b366;" parent="1" vertex="1">
<mxGeometry x="60" y="140" width="600" height="600" as="geometry" />
</mxCell>
<mxCell id="jvrGGS4HFvMh0J9HW5_r-3" value="" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;" parent="1" source="jvrGGS4HFvMh0J9HW5_r-1" target="jvrGGS4HFvMh0J9HW5_r-2" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="jvrGGS4HFvMh0J9HW5_r-1" value="Command" style="rounded=1;whiteSpace=wrap;html=1;" parent="1" vertex="1">
<mxGeometry x="90" y="180" width="120" height="60" as="geometry" />
</mxCell>
<mxCell id="jvrGGS4HFvMh0J9HW5_r-5" value="" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;" parent="1" source="jvrGGS4HFvMh0J9HW5_r-2" target="jvrGGS4HFvMh0J9HW5_r-4" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="jvrGGS4HFvMh0J9HW5_r-2" value="read stdout to<br>create Vec&lt;String&gt;" style="rounded=1;whiteSpace=wrap;html=1;" parent="1" vertex="1">
<mxGeometry x="290" y="180" width="240" height="180" as="geometry" />
</mxCell>
<mxCell id="jvrGGS4HFvMh0J9HW5_r-4" value="user supplied filter <br>function that produces <br>another Vec&lt;String&gt;<br>which is returned" style="rhombus;whiteSpace=wrap;html=1;rounded=1;" parent="1" vertex="1">
<mxGeometry x="275" y="430" width="270" height="260" as="geometry" />
</mxCell>
<mxCell id="jvrGGS4HFvMh0J9HW5_r-8" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.5;exitY=1;exitDx=0;exitDy=0;" parent="1" source="jvrGGS4HFvMh0J9HW5_r-7" target="jvrGGS4HFvMh0J9HW5_r-7" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="jvrGGS4HFvMh0J9HW5_r-9" value="get_user_input(<br><div style=""><span data-darkreader-inline-color="" data-darkreader-inline-bgcolor="" style="background-color: initial; color: rgb(0, 0, 0); font-family: Helvetica; --darkreader-inline-bgcolor: initial; --darkreader-inline-color: #e8e6e3;">&nbsp; transform_function: fn() -&gt; Vec</span><span data-darkreader-inline-color="" data-darkreader-inline-bgcolor="" style="background-color: initial; color: rgb(0, 0, 0); font-family: Helvetica; --darkreader-inline-bgcolor: initial; --darkreader-inline-color: #e8e6e3;">&lt;String&gt;,&nbsp;</span></div><div style=""><span data-darkreader-inline-color="" data-darkreader-inline-bgcolor="" style="background-color: initial; color: rgb(0, 0, 0); font-family: Helvetica; --darkreader-inline-bgcolor: initial; --darkreader-inline-color: #e8e6e3;">&nbsp; command: Command</span></div><div style=""><span data-darkreader-inline-color="" data-darkreader-inline-bgcolor="" style="background-color: initial; color: rgb(0, 0, 0); font-family: Helvetica; --darkreader-inline-bgcolor: initial; --darkreader-inline-color: #e8e6e3;">) -&gt; Vec&lt;String&gt;</span></div>" style="text;html=1;align=left;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;" parent="1" vertex="1">
<mxGeometry x="60" y="40" width="370" height="80" as="geometry" />
</mxCell>
</root>
</mxGraphModel>
</diagram>
</mxfile>