#xml #binding #architecture #raxb #content

raxb-xmlschema-build

The Rust Architecture for XML Binding

5 releases

0.3.7 Jun 8, 2024
0.3.6 Jun 6, 2024
0.3.5 Jun 6, 2024
0.3.4 Jun 5, 2024
0.3.3 Jun 4, 2024

#2 in #raxb

Download history 437/week @ 2024-06-03 16/week @ 2024-06-10

453 downloads per month

MIT license

40KB
904 lines

RAXB

The Rust Architecture for XML Binding (RAXB) provides an API and tools that automate the mapping between XML documents and Rust structures.

Licensed under MIT license.

Features

The RAXB framework enables developers to perform the following operations:

  • Unmarshal XML content into a Rust representation
  • Access and update the Rust representation
  • Marshal the Rust representation of the XML content into XML content

RAXB gives Rust developers an efficient and standard way of mapping between XML and Rust code. Rust developers using RAXB are more productive because they can write less code themselves and do not have to be experts in XML. RAXB makes it easier for developers to extend their applications with XML and Web Services technologies.

Usage

Add dependency to Cargo.toml:

[dependencies]
raxb = "0.3"

Dependencies

~8MB
~227K SLoC