13 releases

0.4.4 Oct 1, 2024
0.4.2 Aug 2, 2024
0.3.8 Jun 27, 2024
0.3.1 May 31, 2024
0.2.0 May 29, 2024

#2090 in Parser implementations

Download history 40/week @ 2024-07-01 69/week @ 2024-07-08 14/week @ 2024-07-15 326/week @ 2024-07-29 60/week @ 2024-08-05 60/week @ 2024-08-12 43/week @ 2024-08-19 17/week @ 2024-08-26 8/week @ 2024-09-02 73/week @ 2024-09-09 108/week @ 2024-09-16 58/week @ 2024-09-23 216/week @ 2024-09-30 57/week @ 2024-10-07 48/week @ 2024-10-14

390 downloads per month
Used in 4 crates

MIT license

22KB
523 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.4"

Development

The project is using Rust, JavaScript and TypeScript to provide its functionality.

To simplify project setup one can use Visual Studio Code with DevContainers feature enabled.

References: https://code.visualstudio.com/docs/devcontainers/containers

Dependencies

~6MB
~170K SLoC