Merge branch 'main' into redsun82/rust-perf-measures

This commit is contained in:
Paolo Tranquilli
2024-12-04 10:50:37 +01:00
489 changed files with 6741 additions and 4176 deletions

View File

@@ -64,6 +64,7 @@ abbreviations = {
"int": "integer",
"var": "variable",
"ref": "reference",
"pat": "pattern",
}
abbreviations.update({f"{k}s": f"{v}s" for k, v in abbreviations.items()})