An open API service indexing awesome lists of open source software.

https://github.com/codetheweb/srcset-parse

a small Rust crate to parse srcset in <img/>
https://github.com/codetheweb/srcset-parse

Last synced: 18 days ago
JSON representation

a small Rust crate to parse srcset in <img/>

Awesome Lists containing this project

README

          

# srcset-parse

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

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