# 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/sb35nfq
這些單片機也能運行 Rust 啦!**
隨着 Rust 的快速發展,Rust 在嵌入式中的支持越來越豐富。目前已經有非常多的 Rust 嵌入式項目和 Rust 單片機外設支持庫。理論上來說,目前大部分的 ARM、RISC-V 單片機 都能運行 Rust,但大部分單片機官方沒有編寫 Rust 外設庫,因此用戶暫時無法直接開發 Rust 應用。本文將介紹幾個已經支持 Rust 外設庫的常用單片機,包括 STM、 ESP、 AVR 、NRF ⌘ Read more