#xpath #xml #reader

xpath_reader

Provides a convenient API to read from XML using XPath expressions

11 releases

Uses old Rust 2015

0.5.3 May 29, 2019
0.5.2 Mar 19, 2019
0.5.1 Nov 19, 2018
0.5.0 Apr 26, 2018
0.3.2 Jul 9, 2017

#2679 in Parser implementations

Download history 85/week @ 2024-12-09 22/week @ 2024-12-16 3/week @ 2024-12-23 4/week @ 2024-12-30 19/week @ 2025-01-06 70/week @ 2025-01-13 59/week @ 2025-01-20 24/week @ 2025-01-27 44/week @ 2025-02-03 64/week @ 2025-02-10 48/week @ 2025-02-17 29/week @ 2025-02-24 35/week @ 2025-03-03 57/week @ 2025-03-10 97/week @ 2025-03-17 47/week @ 2025-03-24

240 downloads per month
Used in 3 crates (2 directly)

Apache-2.0

26KB
460 lines

xpath_reader

xpath-reader Build Status

Provides a convenient API to read from XML using XPath expressions.

This crate is mostly a wrapper around the crate sxd_xpath.

Dependencies

~580KB
~14K SLoC