summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/source/manual/introduction.rst10
1 files changed, 9 insertions, 1 deletions
diff --git a/docs/source/manual/introduction.rst b/docs/source/manual/introduction.rst
index edf7742..aa8f2ed 100644
--- a/docs/source/manual/introduction.rst
+++ b/docs/source/manual/introduction.rst
@@ -1,4 +1,12 @@
Introduction
============
-This is an example intro.
+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.