I've released Rust bindings for Verovio, a music notation engraving library for MEI with MusicXML and Humdrum support. The project is here:
* https://github.com/oxur/verovioxide
The new Rust FFI layer has 100% coverage of the Verovio C++ code. The safe Rust layer currently covers about 57% of Verovio, with more on the way. The safe layer implements the most commonly used functions. The safe Rust test coverage is 97%.
