srcset-parse 0.1.0

Parse the srcset attribute of an <img/> tag
Documentation
1
2
3
4
5
# srcset-parse

A small Rust crate to parse the `srcset` attribute of an HTML image tag.

Ported from https://github.com/molefrog/srcset-parse.