xmlity 0.0.9

A (de)serialization library for XML
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! This module contains implementations for common types including primitives, iterators, and common collections, as well as some utility types.
//!
//! It also contains some visitors for the types which can be reused, including [`iterator::IteratorVisitor`].

pub mod common;
mod infallible;
pub mod iterator;
mod primitive;
mod smart;
pub mod string;
mod tuples;
pub mod utils;