Rust's type and module systems are quite nice, but still have their quirks. Today I ran into a few while finishing up Séance's network interface.

https://geist.is/adventuring/2025/whereof-one-cannot-type/

#DecemberAdventure #Rust

Day 21: Whereof one cannot type — geist

@geist Fyi, the reqwest::Url type is already decoupled from the library. People have that in consideration so it's in fact a re-export from url::Url which everyone is using. It's not immediately apparent from the documentations though.