# 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/annfolq
Rust - 性能超越 Kotlin 的跨平臺方案**
現如今很多應用程序,爲了覆蓋儘可能多的用戶羣體會選擇同時在多個主流平臺上進行開發:移動端:iOS,android 桌面端:osx,windows,linux Web 端 所有平臺都基於各自的原生技術開發,雖然用戶體驗好但開發效率卻很低。爲了兼顧用戶體驗和開發效率,市面上誕生了一批跨平臺解決方案:移動端:apache cordova,react native,weex,flutte ⌘ Read more