docs.rs failed to build rustovio-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Rustovio
Rust bindings to Verovio. It offer the raw bindings and a limited wrapper.
Limitations
This currrently does not work on Windows, mostly because I don't have one to check how to do the setup.
To use this library, you need to have a C++ runtime available for dynamic linking.
Wrapper
let mut tk = new.unwrap;
tk.load_data_from_file;
println!;
Bindings
let data = read_to_string.expect;
let cdata = new.unwrap;
let resource_folder = new.unwrap;
let svg_str = unsafe ;
println!;