summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorClaudius "keldu" Holeksa <mail@keldu.de>2024-05-31 14:19:03 +0200
committerClaudius "keldu" Holeksa <mail@keldu.de>2024-05-31 14:19:03 +0200
commitde5c04c86d93ddf3b98b8f35de42695865d7c408 (patch)
tree98d7826fdc157fe27136470d7657bca6629bc486 /docs
parent60d0f8da2b754d1deb0dbb59f6e6783ba4c692c4 (diff)
Expanded the intro text
Diffstat (limited to 'docs')
-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.