add readme file
parent
45183697de
commit
a5750ce6ae
|
@ -2,7 +2,7 @@
|
|||
|
||||
## Simple crate to convert XPath selectors to CSS selectors
|
||||
|
||||
based on [cssify](https://github.com/santiycr/cssify) but rewrited in Rust (RiiR f4w).
|
||||
based on [cssify](https://github.com/santiycr/cssify) but rewrited in Rust (RiiR F4W).
|
||||
|
||||
### dependencies:
|
||||
- [Regex](https://crates.io/crates/regex)
|
||||
|
@ -21,6 +21,6 @@ cssifier("//a/b[contains(text(), 'hello')]")
|
|||
```
|
||||
|
||||
### Known issues
|
||||
[ ] invalid XPath selectors panic
|
||||
[] invalid XPath selectors panic
|
||||
|
||||
Contributors are welcome :).
|
||||
|
|
Loading…
Reference in New Issue