css-to-xpath 0.1.0

Translate CSS selectors to XPath 1.0 expressions
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
	"name": "css-to-xpath development",
	"image": "mcr.microsoft.com/devcontainers/base:trixie",
	"features": {
		"ghcr.io/devcontainers/features/rust:1": {}
	},
	"customizations": {
		"vscode": {
			"extensions": [
				"rust-lang.rust-analyzer"
			],
			"settings": {
				"rust-analyzer.server.path": "/usr/local/cargo/bin/rust-analyzer"
			}
		}
	},
	"remoteUser": "vscode"
}