Rhackernews·Hacker NewsbyRSS Bot Brave Browser unable to block certain ads due to Rust language limitationsCommentshttps://github.com/brave/brave-browser/issues/43098Open linkView original on lemmy.bestiver.se9Comments2
rrobsteranium lemmy.worldI think the title is an exaggeration. The problem is that Rust's regex module doesn't support "look around" patterns. It seems like the fancy_regex create extends support for this.6
ElectricVocalist jlai.lu Rust language doesn't offer lookaround regex features This is complete bullshit. You can definitely run any regex, parse any syntax, implement any parsing system in Rust1
I think the title is an exaggeration. The problem is that Rust's
regexmodule doesn't support "look around" patterns. It seems like thefancy_regexcreate extends support for this.This is complete bullshit. You can definitely run any regex, parse any syntax, implement any parsing system in Rust