u/tigraboris

▲ 250 r/Zig+1 crossposts

What Zig felt like, coming from Rust

Just want to share my experiance on my first Zig project coming from Rust. Open to comments :)

besok.github.io
u/tigraboris — 4 days ago
▲ 28 r/Zig

I wrote zig-jsonpath: A lightweight library for JSON querying (RFC 9535)

Hi there! Just FYI, guys—hope this might be useful for anyone working with JSON.

I decided to dive into Zig by writing a small library for querying JSON: jsonpath. https://github.com/besok/zig-jsonpath

The lib is fully compatible with RFC9535(well, almost 😄—see a couple of minor issues).

Starting this project was pretty straightforward for me since I’ve already implemented this RFC in Rust. It was also a great opportunity to compare developing in Rust vs. Zig 😄. The experience was unique, and I really like both languages.

u/tigraboris — 3 months ago