issues
search
utkarshkukreti
/
select.rs
A Rust library to extract useful data from HTML documents, suitable for web scraping.
MIT License
971
stars
69
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Support quirks mode
#28
grahamc
opened
7 years ago
1
Add a Gitter chat badge to README.md
#27
gitter-badger
closed
7 years ago
1
CSS Selectors
#26
utkarshkukreti
opened
8 years ago
1
Example from README isn't compilable
#25
php-coder
closed
7 years ago
3
Add a better `Debug` implementation for `Node`
#24
utkarshkukreti
closed
7 years ago
0
Node methods could probably return &'a references
#23
habnabit
closed
8 years ago
1
Add support for Document Fragments
#22
utkarshkukreti
opened
8 years ago
0
Fix API inconsistency introduced in #19.
#21
utkarshkukreti
opened
8 years ago
3
Add `Node::first_child()` and `Node::last_child()`, both returning an `Option<Node>`.
#20
utkarshkukreti
closed
8 years ago
0
Add `node::Find` struct which implements `Iterator<Item = Node>` and return it from `Node::find()`.
#19
utkarshkukreti
closed
8 years ago
0
Add Selection::last() for symmetry with first()
#18
porglezomp
closed
5 years ago
7
Add last() method for symmetry with first() method
#17
porglezomp
closed
4 years ago
0
Allow Nodes returned from selection::Iter to outlive their Selection object
#16
mystor
closed
8 years ago
2
Add `node::Children` struct which implements `Iterator<Item = Node>` and return it from `Node::children()`.
#15
utkarshkukreti
closed
8 years ago
1
Rustfmt the codebase
#14
aleksanb
closed
8 years ago
1
Add from read for document
#13
aleksanb
closed
8 years ago
3
Consider using tags for releases.
#12
aleksanb
closed
8 years ago
1
Add .len() method to selection
#11
aleksanb
closed
8 years ago
3
Implement From<String> for Document
#10
aleksanb
closed
8 years ago
13
impl IntoIterator for &Selection
#9
cuviper
closed
8 years ago
1
when I use this lib in my project, it cause "mismatched types" error
#8
ucando
closed
8 years ago
2
Can't build sample code
#7
mre
closed
8 years ago
2
How to pass a Selection into a function?
#6
vm
closed
8 years ago
2
naming?
#5
vm
closed
8 years ago
2
doc(Document)
#4
hoodie
closed
9 years ago
2
Publish to crates.io?
#3
sunng87
closed
9 years ago
2
Add travis badge to README
#2
panicbit
closed
9 years ago
2
Adapt to new html5ever API
#1
panicbit
closed
9 years ago
1
Previous