# 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/u3uwufq
不必過於擔心掌握不了 Rust 的生命週期**
前段時間在內網 Rust 羣看到同事分享的一篇關於 Rust 生命週期的文章,個人覺得很適合筆者這一類 Rust 初學人羣,利用週末翻譯記錄一下。 原文地址: https://corrode.dev/blog/lifetimes/很多人提到 Rust 很難學的時候,他們大多數都會提到 Rust 的生命週期。然而,在開發了七年 Rust 代碼之後,我 (原文作者,後面同) 可能 95% 的 ⌘ Read more