# 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/xsoknxa
如何分析 Rust 進程使用了多少內存?**
在篇文章中,我們使用 memory-stats crate 來報告和分析 Rust 進程使用了多少內存,它依賴於操作系統的內存計算。使用以下命令創建一個 Rust 新項目:cargo new memory-stats-example加入以下依賴項:\nmemory-stats = { version = "1.1.0", features = ["alwaysusestat ⌘ [Read more](https://www.readfog.com/a/1740017186102153216)