Skip to content

Reads an XML file into a simple tree structure

License

Notifications You must be signed in to change notification settings

jennamagius/xmltree-rs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xmltree-rs

Documention

A small library for parsing an XML file into an in-memory tree structure.

Not recommended for large XML files, as it will load the entire file into memory.

https://crates.io/crates/xmltree

Usage

Add the following to your Cargo.toml file:

[dependencies]
xmltree = "0.8"

and this to yoru crate root:

extern crate xmltree;

Example

See the documentation for the latest version:

https://docs.rs/xmltree/

About

Reads an XML file into a simple tree structure

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 100.0%