A Fast & flexible cbor encoding, decoding and matching library for Zig
Find a file
2024-03-21 22:43:34 +01:00
src fix: don't fail to consume input iterator in cbor match more operations 2024-03-21 22:43:34 +01:00
test Initial Release 2024-02-08 23:04:55 +01:00
build.zig build: fix build on macos 2024-02-28 21:01:11 +01:00
build.zig.zon build: fix build on macos 2024-02-28 21:01:11 +01:00
LICENSE Initial Release 2024-02-08 23:04:55 +01:00
README.md Create README.md 2024-02-08 23:14:04 +01:00

Thespian

Fast & flexible actors for Zig, C & C++ applications

To build:

./zig build

See tests/* for many interesting examples.