lol, #Rust uses string formatting for URLs so crates.io got broken for some hours because leading slash for the path was missing.
https://blog.rust-lang.org/inside-rust/2023/07/21/crates-io-postmortem.html
Prior art for proper URL structures:
lol, #Rust uses string formatting for URLs so crates.io got broken for some hours because leading slash for the path was missing.
https://blog.rust-lang.org/inside-rust/2023/07/21/crates-io-postmortem.html
Prior art for proper URL structures:
Also quite reminds me that if there's one thing that's missing from Unix shell, it's path manipulation. But well unix shell also doesn't have arrays (I know bash has them though).