# 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/pltpt5a
爲什麼使用 Golang 而非 Rust 開發桌面應用?**
MoonGuard 團隊選擇 Golang 而不是 Rust 作爲他們的 Krater 桌面應用程序,因爲 Golang 中更容易進行內存管理、類型安全和 ORM 支持。使用 Rust 和 Tauri 時面臨的一些挑戰包括:難以理解 Rust 的所有權和借用規則、 其嚴格的類型安全有時會限制開發速度、 難以爲 SQLite 找到合適的 ORM, 以及測試非常複雜。 項目進行 ⌘ Read more