File: README.md

package info (click to toggle)
rust-rxml-validation 0.11.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 156 kB
  • sloc: makefile: 4
file content (7 lines) | stat: -rw-r--r-- 660 bytes parent folder | download
1
2
3
4
5
6
7
# `rxml_validation` — Utilities for validating strings against specific XML productions

This crate is an infrastructure/plumbing crate for the `rxml` and `rxml_proc` crates. It provides utility functions to validate that strings conform to the CData, Name and NCName grammars described in the XML 1.0 specification.

[![crate badge](https://img.shields.io/crates/v/rxml_validation.svg)](https://crates.io/crates/rxml_validation) [![docs badge](https://docs.rs/rxml_validation/badge.svg)](https://docs.rs/rxml_validation/)

Please see the [rxml](https://crates.io/crates/rxml) and [rxml_proc](https://crates.io/crates/rxml_proc) crates for more information.