Vlad
Perhaps Kagi could support user specified rewrite rules!
They could be written as regular expressions with capture.
@mullr could then write:
s|^(https://docs.rs/tokio)/{(\d,\.})/{.*)|$1/latest/$2|
(using perl syntax for regex and capture variables - you'd probably want to use some js variant)
Just a thought.