# 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/5xt5pmq
Updating a large codebase to Rust 2024
I wrote a long article about my experience upgrading a large Rust codebase to the 2024 edition.

It was an interesting experience, and I learned some new things about the language along the way.

I know it’s still a few more weeks until 1.85 comes out, but a lot of the work can be done ahead of time. Hopefully this will make the actual upgrade a lot easier!

CommentsRead more