Files
datum/docs/README.md
Marco Cetica f8a77a6056
All checks were successful
clang-build / clang-build (push) Successful in 30s
gcc-build / gcc-build (push) Successful in 19s
Added String type documentation
2026-03-16 09:42:15 +01:00

12 lines
425 B
Markdown

# 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;
- [bigint.md](bigint.md): bigint documentation;
- [string.md](string.md): string documentation.