Crates.io | rxml_validation |
lib.rs | rxml_validation |
version | 0.11.0 |
source | src |
created_at | 2021-08-18 11:47:51.703576 |
updated_at | 2024-06-15 10:48:53.623003 |
description | Plumbing crate for rxml and rxml_proc crates. |
homepage | |
repository | https://codeberg.org/jssfr/rxml |
max_upload_size | |
id | 438947 |
size | 55,938 |
rxml_validation
— Utilities for validating strings against specific XML productionsThis 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.
Please see the rxml and rxml_proc crates for more information.