muxml 0.1.3

A Rust library for serializing and deserializing MusicXML files to an intermediate representation.
Documentation
1
2
3
4
5
6
7
8
// Copyright (c) 2022-2023 Robert Bermani - All Rights Reserved
pub mod error;
pub mod muxml_types;
pub mod ser;
pub mod score;

#[cfg(test)]
mod test;