# 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/htosb2q
爲什麼 Rust 適用於遊戲開發?**
Rust 是一種強調內存安全性、高性能和併發性的現代系統編程語言。由於其性能和安全特性,它最近作爲一種非常適合遊戲開發的語言而受到歡迎。由於性能在遊戲開發中至關重要,Rust 的所有權和借用機制確保內存得到適當有效的管理。現代遊戲必須在各種平臺上運行,Rust 的併發特性可以使得代碼從多核 cpu 中獲益。此外,Rust 非常適合創建遊戲引擎,即處理遊戲基本功能的軟件框架,包括用戶輸入、物理模擬和 ⌘ Read more