# 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/amq4awq
Gopher 轉 Rust 辣眼睛語法排行榜**
\\| TOP 10 經常忘記寫的分號-----------------fn addwithextra(x: i32, y: i32) - i32 { let x = x + 1; // 語句 let y = y + 5; // 語句 x + y // 表達式}當你是從 golang 剛轉過來,你一定經常忘記寫分號, 對於 Rust 語言而言,區分語句和表達式的方式是非常重要,而且 ⌘ Read more