| Crates.io | xso |
| lib.rs | xso |
| version | 0.2.0 |
| created_at | 2024-04-17 15:10:04.737527+00 |
| updated_at | 2025-09-17 18:17:51.58796+00 |
| description | XML Streamed Objects: similar to serde, but XML-native. |
| homepage | https://xmpp.rs |
| repository | https://gitlab.com/xmpp-rs/xmpp-rs |
| max_upload_size | |
| id | 1211484 |
| size | 243,019 |
This crate provides the traits for parsing XML data into Rust structs, and vice versa. You can do things like:
#[derive(FromXml, AsXml)]
#[xml(namespace = "urn:example", name = "element")]
pub struct Foo;
For more information, see its documentation on docs.rs for the latest release or the documentation for the main branch on our servers.
MPL-2.0 or later, see the LICENSE file.