acorde 1.0.0

Platform-agnostic music score library — umbrella crate re-exporting acorde-core, acorde-io, acorde-layout
Documentation

acorde

Umbrella crate for the acorde score library.

It re-exports acorde-core, acorde-io, and acorde-layout as acorde::core, acorde::io, and acorde::layout. Its default I/O features are musicxml and midi; enable abc, mscz, or mei when needed. acorde-render-svg is intentionally not re-exported and must be added directly.

[dependencies]
acorde = "1.0"
acorde-render-svg = "1.0"

API documentation · Repository

Umbrella-crate dependency and feature-boundary rules are documented in the security contract.