about summary refs log tree commit diff stats
path: root/src/bindings/constcharp.nim
Commit message (Collapse)AuthorAgeFilesLines
* Update code stylebptato2024-04-171-1/+1
| | | | | | * separate params with ; (semicolon) instead of , (colon) * reduce screaming snake case use * wrap long lines
* Get rid of clang 16 workaroundbptato2023-12-021-0/+6
* bindings/quickjs: importc and use correct pointer types * add constcharp module for when it is unavoidable