soundpad_xml/
lib.rs

1mod parse_or;
2mod soundlist;
3
4pub use soundlist::{Sound, SoundList};