add readme file

master
kirbylife 2021-03-07 19:49:02 -06:00
parent 45183697de
commit a5750ce6ae
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
## Simple crate to convert XPath selectors to CSS selectors ## 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: ### dependencies:
- [Regex](https://crates.io/crates/regex) - [Regex](https://crates.io/crates/regex)
@ -21,6 +21,6 @@ cssifier("//a/b[contains(text(), 'hello')]")
``` ```
### Known issues ### Known issues
[ ] invalid XPath selectors panic [] invalid XPath selectors panic
Contributors are welcome :). Contributors are welcome :).