Updated documentation

This commit is contained in:
2025-11-10 10:49:23 +01:00
parent 1589a7d84f
commit 1293006eba
5 changed files with 336 additions and 313 deletions

11
docs/README.md Normal file
View File

@@ -0,0 +1,11 @@
# Documentation
In this folder you can find the technical documentation of the
`Datum` library as well as practical details on how to use it
efficiently and safely.
At the time being, this documentation includes the following pages:
- [vector.md](vector.md): vector documentation;
- [map.md](map.md): map documentation;
- [sort.md](sort.md): how to use the `vector_sort` method.