Anyone looking for a fun small rust project? Create a crate for cleaning urls, based on the ClearUrls project
Anyone looking for a fun small rust project? Create a crate for cleaning urls, based on the ClearUrls project
This would entail:
- Pulling in the ClearUrls rules as a git submodule.
- Reading / transforming the json there into Rust structs.
- Creating a Rust crate that runs a
.clean(input_url) -> String
Lemmy issue: https://github.com/LemmyNet/lemmy/issues/4905