elementtree 1.2.2

Parse an XML file into Python elementtree like structure
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.string_cache]
version = "0.8"
[dev-dependencies.once_cell]
version = "1.13.1"

[package]
authors = ["Armin Ronacher <armin.ronacher@active-4.com>"]
description = "Parse an XML file into Python elementtree like structure"
documentation = "http://docs.rs/elementtree"
edition = "2018"
keywords = ["xml", "parse", "elementtree"]
license = "MIT"
name = "elementtree"
readme = "README.md"
repository = "https://github.com/mitsuhiko/elementtree-rust"
rust-version = "1.49.0"
version = "1.2.2"