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/>
- Host: GitHub
- URL: https://github.com/codetheweb/srcset-parse
- Owner: codetheweb
- Created: 2024-12-21T21:32:17.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-21T21:34:37.000Z (about 1 year ago)
- Last Synced: 2025-01-07T13:05:58.889Z (about 1 year ago)
- Language: Rust
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.