Anyone looking for a fun small rust project? Create a crate for cleaning urls, based on the ClearUrls project
from dessalines@lemmy.ml to rust@programming.dev on 19 Jul 2024 12:56
https://lemmy.ml/post/18162486
from dessalines@lemmy.ml to rust@programming.dev on 19 Jul 2024 12:56
https://lemmy.ml/post/18162486
cross-posted from: lemmy.ml/post/18162485
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: github.com/LemmyNet/lemmy/issues/4905
threaded - newest