1 unstable release
0.1.1 | Jan 1, 2025 |
---|
#1119 in Data structures
167 downloads per month
4KB
XSD.rs: XML Schema for Rust
🚧 This is presently under heavy construction.
✨ Features
- Supports
no_std
environments from the get-go. - 100% pure and safe Rust with minimal dependencies and no bloat.
- 100% free and unencumbered public domain software.
- Adheres to the Rust API Guidelines in its naming conventions.
🛠️ Prerequisites
- Rust 1.81+
⬇️ Installation
Installation via Cargo
cargo add xsd
👉 Examples
Importing the library
use xsd::*;
📚 Reference
👨💻 Development
git clone https://github.com/rust-rdf/rdf.rs.git