barnabywaltersso it looks like writing a rust mf2 parser without relying on only questionably maintained html scraping packages will be a bit of a challenge
barnabywaltersthe parser looks fine, but the DOM implementation which comes with it is written “only for testing and security related issues will be ignored”
barnabywaltersthere’s an issue in the repo about finding a new maintainer, and lots of people responded but it doesn’t look like anyone’s taken it over yet
barnabywaltersI’m not so familiar with the current mf2 parsing model, is it possible to make a streaming parser which doesn’t require a full DOM in memory the whole time?
barnabywaltersprovided the prose algorithm is up to date I can work from that, but it’d definitely be interesting to have a prose summary of what’s changed