#nom #json #parse-json #parser #qapi #qemu #descriptions

parse_qapi

A library to parser qemu's json like QAPI. This uses a nom parser to parse the json and the descriptions. This library is used by the qemu-rust-generator project to build the library

3 releases

Uses old Rust 2015

0.1.2 Jul 15, 2016
0.1.1 Jul 11, 2016
0.1.0 Jul 5, 2016

#7 in #qapi

49 downloads per month
Used in qemu-rust

MIT license

66KB
479 lines

parse_qapi

nom qapi parser

This library contains helper functions to parse qemus json qapi. This makes use of both nom and the rust json crates.

The goal of the library is to transform json code to rust code.

Dependencies

~705KB
~14K SLoC