luz/src/stanza/mod.rs

7 lines
142 B
Rust
Raw Normal View History

2023-07-11 21:28:42 +01:00
// use quick_xml::events::BytesDecl;
2023-07-04 21:27:15 +01:00
pub mod sasl;
2023-06-19 19:23:54 +01:00
pub mod stream;
2023-07-11 21:28:42 +01:00
// const DECLARATION: BytesDecl<'_> = BytesDecl::new("1.0", None, None);