Skip to main content

verovioxide_sys/
lib.rs

1//! Low-level FFI bindings for the Verovio C++ library.
2//!
3//! This crate provides raw, unsafe bindings to Verovio. For a safe, idiomatic
4//! Rust API, use the `verovioxide` crate instead.
5//!
6//! # Safety
7//!
8//! This crate contains unsafe FFI bindings. Users should prefer the safe
9//! wrappers provided by the `verovioxide` crate.