# Conventions ## Versioning Using [Semantic Versioning](https://semver.org/). ## Commits Every commit to main branch follows [Conventional Commits](https://www.conventionalcommits.org/) conventions. ## Folder structure * src - source code * quality - source code of tests and benchmarks * usage - source code of examples * doc - documentation * cmd - auxiliary scripts * .github - configuration of workflow actions * workflows - definition of workflows * asm (generated) - assemblies or binaries * benchmarks (generated) - benchmarks results