progval/rust-xml-schema
[WIP] (Self-generating) XML parser generator based on XML schemas.
This tool helps software developers automatically create Rust code for parsing XML files. By taking an XML Schema Definition (XSD) file, it generates a parser that can read XML data structured according to that schema. This is ideal for Rust developers who need to integrate with systems exchanging data via complex XML formats.
No commits in the last 6 months.
Use this if you are a Rust developer needing to reliably read and process XML data based on a known XML Schema (XSD) without writing the parser manually.
Not ideal if you need to work with XPath expressions, complex assertions within your schema, or if your schema heavily relies on advanced time data types.
Stars
28
Forks
3
Language
Rust
License
AGPL-3.0
Category
Last pushed
Nov 16, 2019
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/progval/rust-xml-schema"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
lerouxrgd/rsgen-avro
Command line and library for generating Rust types from Avro schemas
seaofvoices/darklua
A command line tool that transforms Lua code
elastio/bon
Next-gen compile-time-checked builder generator, named function's arguments, and more!
usethesource/rascal
The implementation of the Rascal meta-programming language (including interpreter, type checker,...
JacquesCarette/Drasil
Generate all the things (focusing on research software)