chore: add description of public pragma (#1262)

This commit is contained in:
vladopajic 2025-02-19 14:14:50 +01:00 committed by GitHub
parent fc6ac07ce8
commit 8469a750e7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,6 +14,7 @@ import stew/[byteutils, results]
export results
## public pragma is marker of "public" api subject to stronger stability guarantees.
template public*() {.pragma.}
const ShortDumpMax = 12