xml_nom_parse 0.1.0

A XML parser with nom
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "xml_nom_parse"
version = "0.1.0"
edition = "2021"
authors = ["Chris Morrison"]
description = "A XML parser with nom"
license = "GPL-3.0"
rust-version = "1.71"
homepage = "https://github.com/CMorrison82z/nom_xml"
repository = "https://github.com/CMorrison82z/nom_xml"
readme = "README.md"

[dependencies]
nom = "7.1.3"