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

https://github.com/eevee/tinsel

Rust XML parser
https://github.com/eevee/tinsel

Last synced: 5 months ago
JSON representation

Rust XML parser

Awesome Lists containing this project

README

          

# tinsel

This is an XML parser for Rust, wrapped around `libxml2` and inspired by what
the author wishes Python's `lxml` library were.

## Building

Whoops, wait for me to write some code first.