summaryrefslogtreecommitdiffstats
path: root/doc/src/01003-intro-implementation.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/01003-intro-implementation.md')
-rw-r--r--doc/src/01003-intro-implementation.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/src/01003-intro-implementation.md b/doc/src/01003-intro-implementation.md
new file mode 100644
index 00000000..3393eae1
--- /dev/null
+++ b/doc/src/01003-intro-implementation.md
@@ -0,0 +1,13 @@
+## Implementation {#sec:intro:implementation}
+
+The program is written in the Rust programming language.
+
+The program consists of libraries which can be re-used by other projects
+to implement and adapt imag functionality. An external program may use a
+library of the imag distribution to store content in the store of imag and
+make it visible to imag this way.
+
+This is a technical detail a user does not necessarily need to know, but as imag
+is intended for power-users anyways, we would say it fits here.
+
+