thespian: an actor library for Zig, C & C++ applications
Find a file
2024-12-16 18:35:32 +01:00
.vscode
include
src fix: a leak in subprocess 2024-11-17 22:17:05 +01:00
test feat: prevent some more json encode/decode errors and clean-up error sets 2024-09-19 20:58:39 +02:00
.clang-tidy
.gitignore build: add compile_commands.json to .gitignore 2024-08-27 19:27:28 +02:00
build.zig
build.zig.version
build.zig.zon
LICENSE
README.md
zig fix: update zig wrapper script 2024-12-16 18:35:32 +01:00

Thespian

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

To build:

./zig build

See tests/* for many interesting examples.