summaryrefslogtreecommitdiffstats
path: root/doc/src/01003-intro-implementation.md
blob: 3393eae15c86bbe2c2e8103ab4d1d45e69b6dc56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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.