this post was submitted on 05 Oct 2023
9 points (100.0% liked)

Zig Programming Language

160 readers
3 users here now

A lemm.ee community for Zig!

founded 1 year ago
MODERATORS
 

From the README:

A simple version of Rust style type traits for Zig. Allows defining type traits and compile time verifying that types satisfy them.

It does not constrain that every declaration referenced on a type must belong to a trait that was implemented. Thus this trait library mainly serves as a convention that provides nice error messages and type documentation for comptime generics.

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here