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
#parse_qapinom 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.