Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/permutationlock/server_trait_example

A series of Zig TCP server examples for various generic anytype conventions.
https://github.com/permutationlock/server_trait_example

Last synced: 2 days ago
JSON representation

A series of Zig TCP server examples for various generic anytype conventions.

Awesome Lists containing this project

README

        

# Server Trait Example

Runnable example code from [my article](https://musing.permutationlock.com/posts/blog-working_with_anytype.html)
on `anytype`.

Tested on `0.12.0-dev.1583+97e23896a`. Built with [ztrait](https://github.com/permutationlock/ztrait/") and [zimpl](https://github.com/permutationlock/zimpl).

To build all example executables run `zig build`. To run an example run
`zig build `.