Crates.io | xso |
lib.rs | xso |
version | 0.1.2 |
source | src |
created_at | 2024-04-17 15:10:04.737527 |
updated_at | 2024-07-26 16:28:55.305294 |
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 | 78,885 |
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.