File tree 1 file changed +8
-5
lines changed 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change 1
- ** This project is looking for maintainer(s): [ #36 ] ( https://github.com/programble/scraper/issues/36 ) **
2
-
3
- ---
4
-
5
1
# scraper
6
2
3
+ [ ![ crates.io package] ( https://repology.org/badge/version-for-repo/crates_io/rust:scraper.svg )] ( https://repology.org/project/rust:scraper/versions )
4
+ ![ test] ( https://github.com/causal-agent/scraper/actions/workflows/test.yml/badge.svg )
5
+
7
6
HTML parsing and querying with CSS selectors.
8
7
9
8
` scraper ` is on [ Crates.io] [ crate ] and [ GitHub] [ github ] .
@@ -129,4 +128,8 @@ let text = h1.text().collect::<Vec<_>>();
129
128
assert_eq! (vec! [" Hello, " , " world!" ], text );
130
129
```
131
130
132
- License: ISC
131
+ ## Stargazers over time
132
+
133
+ [ ![ Stargazers over time] ( https://starchart.cc/causal-agent/scraper.svg )] ( https://starchart.cc/causal-agent/scraper )
134
+
135
+ License: ISC
You can’t perform that action at this time.
0 commit comments