thespian: an actor library for Zig, C & C++ applications
Find a file
2024-08-27 19:27:28 +02:00
.vscode
include fix(windows): prevent @intCast crash on windows 2024-06-27 19:04:12 +02:00
src refactor: clean-up some clang-tidy warnings 2024-08-27 19:27:22 +02:00
test refactor: clean-up some clang-tidy warnings 2024-08-27 19:27:22 +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

Thespian

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

To build:

./zig build

See tests/* for many interesting examples.