Crates.io | raxb |
lib.rs | raxb |
version | 0.4.4 |
source | src |
created_at | 2024-05-29 09:51:12.11563 |
updated_at | 2024-10-01 14:14:13.475195 |
description | The Rust Architecture for XML Binding |
homepage | |
repository | https://github.com/hd-gmbh-dev/raxb |
max_upload_size | |
id | 1255266 |
size | 60,042 |
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.
The RAXB framework enables developers to perform the following operations:
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.
Add dependency to Cargo.toml:
[dependencies]
raxb = "0.4"
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