srcset-parse 0.1.0

Parse the srcset attribute of an <img/> tag
Documentation
  • Coverage
  • 33.33%
    2 out of 6 items documented1 out of 2 items with examples
  • Size
  • Source code size: 7.64 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 382.4 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 22s Average build duration of successful builds.
  • all releases: 22s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • codetheweb

srcset-parse

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

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