suaviloquence / scrapelect

Declarative web scraping DSL with CSS-inspired syntax
https://suaviloquence.github.io/scrapelect/
Apache License 2.0
4 stars 0 forks source link

investigate if it is better to remove the 'doc lifetime #4

Closed suaviloquence closed 4 months ago

suaviloquence commented 4 months ago

it is probably more efficient to clone some of the html data than keep it all loaded for zerocopy

suaviloquence commented 4 months ago

solution: Value<'doc> and DataValue