simple_xml_parser 0.1.0

Simple xml parser which returns spdict
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "simple_xml_parser"
version = "0.1.0"
edition = "2021"
authors = ["ElectroMutex"]
description = "Simple xml parser which returns spdict"
license = "MIT"
documentation = "https://docs.rs/protex/latest/simple_xml_parser/"
homepage = "https://github.com/SkillfulElectro/simple_xml_parser.git"
repository = "https://github.com/SkillfulElectro/simple_xml_parser.git"
readme = "README.md"


[lib]
crate-type=["cdylib" , "rlib"]

[dependencies]
spdict = "0.1.0"