summaryrefslogtreecommitdiff
path: root/docs/source/manual/introduction.rst
blob: aa8f2ed2c4ff5f89bea0b69e8cd569e1b29b0d1e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Introduction
============

Forstio is a modular library focused on providing many convenience functions
I find useful in a style I find easy to use.  

It is mostly an asynchronous, network and codec library. Due to the approach to
networking it is also applicable to be used in acceleration contexts.  
Due to the same approach it's also possible to use it for language binding
generation.

You don't have to use everything and the modular nature of the library attempts to separate all those contexts as much as possible.