acorde 0.9.2

Platform-agnostic music score library — umbrella crate re-exporting acorde-core, acorde-io, acorde-layout
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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 or mscz when needed.
acorde-render-svg is intentionally not re-exported and must be added directly.

~~~toml
[dependencies]
acorde = "0.9"
acorde-render-svg = "0.9"
~~~

[API documentation](https://docs.rs/acorde) · [Repository](https://github.com/kent-tokyo/acorde)