xcss 0.1.1

Rust Package to Convert the Xpath selectors to CSS selector
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies]

[lib]
name = "xcss"
path = "src/lib.rs"

[package]
authors = ["xinnypie"]
description = "Rust Package to Convert the Xpath selectors to CSS selector"
edition = "2021"
license = "MIT"
name = "xcss"
readme = "README.md"
repository = "https://github.com/xinnypie/xcss"
version = "0.1.1"