jetzig-framework / jetzig

Jetzig is a web framework written in Zig
MIT License
457 stars 21 forks source link

Fix routes.zig Windows paths #20

Closed bobf closed 6 months ago

bobf commented 6 months ago

Use std.zig.pstringEscape to correctly escape a string for setting as a Zig string. This should catch any potential issue with escaping strings.