13 releases

Uses old Rust 2015

0.3.2 May 26, 2019
0.3.0 Oct 31, 2018
0.2.6 Dec 5, 2017
0.2.4 Aug 10, 2017
0.1.0 May 15, 2015

#772 in Web programming

Download history 4522/week @ 2024-03-03 6688/week @ 2024-03-10 6923/week @ 2024-03-17 6739/week @ 2024-03-24 6325/week @ 2024-03-31 6540/week @ 2024-04-07 6348/week @ 2024-04-14 6395/week @ 2024-04-21 6948/week @ 2024-04-28 7143/week @ 2024-05-05 6878/week @ 2024-05-12 7403/week @ 2024-05-19 7246/week @ 2024-05-26 7585/week @ 2024-06-02 6879/week @ 2024-06-09 5156/week @ 2024-06-16

27,425 downloads per month
Used in 58 crates (40 directly)

MIT license

235KB
6K SLoC

SXD-Document

An XML library in Rust.

Build Status

Documentation

Overview

The project is currently broken into two crates:

  1. document - Basic DOM manipulation and reading/writing XML from strings.
  2. xpath - Implementation of XPath 1.0 expressions.

There are also scattered utilities for playing around at the command line.

In the future, I hope to add support for XSLT 1.0.

Goals

This project has two goals, one more achievable than the other:

  1. Help me learn Rust.
  2. Replace libxml and libxslt.

Contributing

  1. Fork it ( https://github.com/shepmaster/sxd-document/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Add a failing test.
  4. Add code to pass the test.
  5. Commit your changes (git commit -am 'Add some feature')
  6. Ensure tests pass.
  7. Push to the branch (git push origin my-new-feature)
  8. Create a new Pull Request

Dependencies

~75KB