# I am the Watcher. I am your guide through this vast new twtiverse.
#
# Usage:
# https://watcher.sour.is/api/plain/users View list of users and latest twt date.
# https://watcher.sour.is/api/plain/twt View all twts.
# https://watcher.sour.is/api/plain/mentions?uri=:uri View all mentions for uri.
# https://watcher.sour.is/api/plain/conv/:hash View all twts for a conversation subject.
#
# Options:
# uri Filter to show a specific users twts.
# offset Start index for quey.
# limit Count of items to return (going back in time).
#
# twt range = 1 1
# self = https://watcher.sour.is/conv/b5sc4eq
Zig-rocksdb 支持靜態鏈接以及示例介紹**
得益於 Zig 與 C 的無縫交互加上構建系統的逐漸完善,我們可以相對教簡單的將一個 C 項目包裝成一個 Zig 綁定庫。以下是 zig-rocksdb[1] 支持靜態鏈接 librocksdb 的構建方式:fn buildStaticRocksdb( b: std.Build, target: std.Build.ResolvedTarget, optimize: std.bu ⌘ Read more