shepmaster / sxd-xpath

An XPath library in Rust
Apache License 2.0
121 stars 34 forks source link

README does not call crates by their actual names #143

Open lolbinarycat opened 4 months ago

lolbinarycat commented 4 months ago

The project is broken into two crates:

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

The main problem with this is it is simply untrue, the crates are named sxd-document and sxd-xpath, respectively. referring to crates as anything other than their full name is needlessly confusing and only saves 4 bytes of documentation, an extremely unbalanced tradeoff.