xsd

Crates.ioxsd
lib.rsxsd
version0.2.2
created_at2025-01-01 05:28:01.415174+00
updated_at2025-05-06 19:47:54.948601+00
descriptionXSD.rs
homepagehttps://github.com/rust-rdf
repositoryhttps://github.com/rust-rdf/rdf.rs
max_upload_size
id1500604
size3,749
Arto Bendiken (artob)

documentation

README

XSD.rs: XML Schema for Rust

License Compatibility Package

🚧 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

⬇️ 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

Share on Twitter Share on Reddit Share on Hacker News Share on Facebook

Commit count: 55

cargo fmt