add non-streaming parsers

This commit is contained in:
cel 🌸 2024-11-11 13:46:04 +00:00
parent 32545d8a6a
commit e17f2d6876
2 changed files with 1523 additions and 0 deletions

View File

@ -4,6 +4,7 @@ use crate::error::Error;
pub mod composers;
pub mod parsers;
pub mod parsers_complete;
/// [1] NSAttName ::= PrefixedAttName | DefaultAttName
#[derive(Clone, Debug)]

1522
src/xml/parsers_complete.rs Normal file

File diff suppressed because it is too large Load Diff