add non-streaming parsers
This commit is contained in:
parent
32545d8a6a
commit
e17f2d6876
|
@ -4,6 +4,7 @@ use crate::error::Error;
|
||||||
|
|
||||||
pub mod composers;
|
pub mod composers;
|
||||||
pub mod parsers;
|
pub mod parsers;
|
||||||
|
pub mod parsers_complete;
|
||||||
|
|
||||||
/// [1] NSAttName ::= PrefixedAttName | DefaultAttName
|
/// [1] NSAttName ::= PrefixedAttName | DefaultAttName
|
||||||
#[derive(Clone, Debug)]
|
#[derive(Clone, Debug)]
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue