atproto utils for zig zat.dev
atproto sdk zig
26
fork

Configure Feed

Select the types of activity you want to include in your feed.

cleanup

jcalabro a7bf27aa 66e758ee

+3 -4
+3
.gitignore
··· 6 6 7 7 # Wisp docs build output (generated) 8 8 site-out/ 9 + 10 + # Plans 11 + docs/
-4
justfile
··· 19 19 # run CBOR codec benchmarks 20 20 bench: 21 21 zig build bench -Doptimize=ReleaseFast 22 - 23 - # run firehose smoke test (CBOR/CAR/CID on live production data) 24 - firehose-smoke: 25 - zig build firehose-smoke -Doptimize=ReleaseFast && ./zig-out/bin/firehose-smoke