thespian: an actor library for Zig, C & C++ applications
Find a file
2024-12-16 19:04:45 +01:00
.vscode
include fix(windows): prevent @intCast crash on windows 2024-06-27 19:04:12 +02:00
src fix: restrict return type of exit_normal and exit_fmt 2024-12-16 19:04:45 +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 refactor: clean-up some clang-tidy warnings 2024-08-27 19:27:22 +02:00
.gitignore build: add compile_commands.json to .gitignore 2024-08-27 19:27:28 +02:00
build.zig feat: add file_stream and subprocess_windows 2024-06-07 22:09:46 +02:00
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.