| ## [Version 0.7.x](/0.7.x/index) |
| |
| ### [Core Library](/0.7.x/fio) |
| * [Protocol Management](/0.7.x/fio#connection-protocol-management) |
| * [Running the IO reactor](/0.7.x/fio#running-facil-io) |
| * [Connection Functions](/0.7.x/fio#socket-connection-functions) |
| * [Event / Task Scheduling](/0.7.x/fio#event-task-scheduling) |
| * [Pub/Sub Services](/0.7.x/fio#pub-sub-services) |
| * [Memory Allocation](/0.7.x/fio#the-custom-memory-allocator) |
| * [General Helpers](/0.7.x/fio#general-helpers) |
| * [Linked Lists](/0.7.x/fio#linked-lists) |
| * [String Helpers](/0.7.x/fio#string-helpers) |
| * [Dynamic Arrays](/0.7.x/fio#dynamic-arrays) |
| * [Hash Maps / Sets](/0.7.x/fio#hash-maps-sets) |
| * [Compilation Macros](/0.7.x/fio#version-and-compilation-related-macros) |
| * [Weak Functions](/0.7.x/fio#weak-functions) |
| |
| |
| |
| ### [Extensions](/0.7.x/extensions) |
| |
| <!-- * [TLS (SSL)](/0.7.x/fio_tls) --> |
| |
| * [HTTP / WebSockets](/0.7.x/http) |
| * [Redis (client)](/0.7.x/redis) |
| * [CLI (command line)](/0.7.x/fio_cli) |
| |
| ### [The FIOBJ types](/0.7.x/fiobj) |
| |
| * [Core Functions](/0.7.x/fiobj_core) |
| * [Primitives](/0.7.x/fiobj_primitives) |
| * [Numbers](/0.7.x/fiobj_numbers) |
| * [Strings](/0.7.x/fiobj_str) |
| * [Array](/0.7.x/fiobj_ary) |
| * [HashMap](/0.7.x/fiobj_hash) |
| * [Data Streams](/0.7.x/fiobj_data) |
| * [JSON](/0.7.x/fiobj_json) |
| * [Mustache](/0.7.x/fiobj_mustache) |