# 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/baxmggq
使用 Rust 實現 Windows 服務**
如果你需要在 Windows 下運行你的 Rust 應用,並希望你的應用以服務形式運行,那麼這篇文章可能幫助到你。 windows-service-rs 是一個爲管理和實現 Windows 服務提供便利的庫。 本節描述了實現作爲 Windows 服務運行的程序的步驟,要了解此類程序的完整源代碼,請查看 examples 文件夾。 每個 Windows 服務都必須實現一個服務入口函數 fn(a ⌘ Read more