xavier-derive 0.1.7

Derive module of Xavier. Xavier is a lightweight and versatile XML parsing library designed to streamline the process of handling XML data with ease and efficiency.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
mod main;
mod empty_tag;
mod simple;
mod enumeration;
mod element;
mod attribute;
mod declaration;
mod tag;
mod namespace;
mod instructions;
mod dtd;
mod encoding;
pub mod streams;
mod extension;
mod types;