|
9 | 9 | - [Compression](compression.md)
|
10 | 10 | - [Working with Tarballs](compression/tar.md)
|
11 | 11 | - [Concurrency](concurrency.md)
|
12 |
| - - [Threads](concurrency/threads.md) |
13 |
| - - [Parallel Tasks](concurrency/parallel.md) |
| 12 | + - [Explicit Threads](concurrency/threads.md) |
| 13 | + - [Data Parallelism](concurrency/parallel.md) |
14 | 14 | - [Cryptography](cryptography.md)
|
15 | 15 | - [Hashing](cryptography/hashing.md)
|
16 | 16 | - [Encryption](cryptography/encryption.md)
|
17 | 17 | - [Data Structures](data_structures.md)
|
18 |
| - - [Constants](data_structures/constant.md) |
19 |
| - - [Custom](data_structures/custom.md) |
| 18 | + - [Bitfield](data_structures/bitfield.md) |
20 | 19 | - [Date and Time](datetime.md)
|
21 |
| - - [Duration](datetime/duration.md) |
| 20 | + - [Duration and Calculation](datetime/duration.md) |
22 | 21 | - [Parsing and Displaying](datetime/parse.md)
|
23 | 22 | - [Development Tools](development_tools.md)
|
24 | 23 | - [Debugging](development_tools/debugging.md)
|
25 | 24 | - [Log Messages](development_tools/debugging/log.md)
|
26 | 25 | - [Configure Logging](development_tools/debugging/config_log.md)
|
27 | 26 | - [Versioning](development_tools/versioning.md)
|
28 |
| - - [Error Handling](development_tools/errors.md) |
29 | 27 | - [Build Time Tooling](development_tools/build_tools.md)
|
30 | 28 | - [Encoding](encoding.md)
|
31 | 29 | - [Strings](encoding/strings.md)
|
32 | 30 | - [CSV processing](encoding/csv.md)
|
33 | 31 | - [Complex Data Types](encoding/complex.md)
|
| 32 | +- [Error Handling](errors.md) |
| 33 | + - [Handle Error Variants](errors/handle.md) |
34 | 34 | - [File System](file.md)
|
35 | 35 | - [Read & Write](file/read-write.md)
|
36 | 36 | - [Directory Traversal](file/dir.md)
|
37 | 37 | - [Hardware Support](hardware.md)
|
38 | 38 | - [Processor](hardware/processor.md)
|
| 39 | +- [Memory Management](mem.md) |
| 40 | + - [Global Static](mem/global_static.md) |
39 | 41 | - [Network](net.md)
|
40 | 42 | - [Server](net/server.md)
|
41 | 43 | - [Operating System](os.md)
|
|
0 commit comments