nim-stack-strings icon indicating copy to clipboard operation
nim-stack-strings copied to clipboard

Library for guaranteed zero heap allocation strings

Results 1 nim-stack-strings issues
Sort by recently updated
recently updated
newest added

Presently procedures are annotated `raises: [SomeDefect]` this causes warnings cause raise is only meant for `CatchableErrors` there is no `Defect` tracking.