docs/src/examples.md

changeset 267
f4789572c9d6
parent 264
24f5484bae97
equal deleted inserted replaced
266:33d229634809 267:f4789572c9d6
1 ---
2 title: Examples
3 ---
4
5 On this page you find several example use cases in which the UAP Common
6 Extensions make life easier.
7 The examples are ordered by the complexity of the problem and start with
8 simple showcases.
9 Finally, we show how to implement a simple [properties editor](#props) with UCX.
10
11 <a name="sstr"></a>
12
13 ## String
14
15 Coming soon...
16
17 <a name="list"></a>
18
19 ## List
20
21 Coming soon...
22
23 <a name="mpool"></a>
24
25 ## Memory Pool
26
27 Coming soon...
28
29 <a name="buffer"></a>
30
31 ## Buffer
32
33 Coming soon...
34
35 <a name="tests"></a>
36
37 ## Testing
38
39 Coming soon...
40
41 <a name="props"></a>
42
43 ## Properties Editor
44
45 Coming soon...
46

mercurial