An open API service indexing awesome lists of open source software.

https://github.com/viral32111/xml

XML parser crate for my Rust projects.
https://github.com/viral32111/xml

data-structures rust-crate xml-parser

Last synced: 24 days ago
JSON representation

XML parser crate for my Rust projects.

Awesome Lists containing this project

README

        

# XML

[![CI](https://github.com/viral32111/xml/actions/workflows/ci.yml/badge.svg)](https://github.com/viral32111/xml/actions/workflows/ci.yml)
[![Analyse](https://github.com/viral32111/xml/actions/workflows/analyse.yml/badge.svg)](https://github.com/viral32111/xml/actions/workflows/analyse.yml)
![GitHub tag (with filter)](https://img.shields.io/github/v/tag/viral32111/xml?label=Latest)
![GitHub repository size](https://img.shields.io/github/repo-size/viral32111/xml?label=Size)
![GitHub release downloads](https://img.shields.io/github/downloads/viral32111/xml/total?label=Downloads)
![GitHub commit activity](https://img.shields.io/github/commit-activity/m/viral32111/xml?label=Commits)

TO-DO

## ⚖️ License

Copyright (C) 2024 [viral32111](https://viral32111.com).

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License
along with this program. If not, see https://www.gnu.org/licenses.