# 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/qcizjua
一篇文章帶你全面瞭解 Rust 與 安全**
最近又是 xz 後門事件,又是 Rust 標準庫發現 Windows 平臺漏洞,也發現一些朋友可能對 Rust 的安全承諾有所誤解,所以就打算寫一篇文章,再談一談 Rust 與安全。目錄--安全的分類 :Safety 與 Security Rust 的安全承諾 但 Rust 不保證 100% 安全 Rust 基金會和 Rust 安全工作組的努力 Memory Safety ⌘ Read more