elementtree 1.1.0

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
18
[dependencies.string_cache]
version = "0.8"

[dependencies.xml-rs]
version = "0.8"

[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 = "Apache-2.0"
name = "elementtree"
readme = "README.md"
repository = "https://github.com/mitsuhiko/elementtree-rust"
rust-version = "1.49.0"
version = "1.1.0"