lsdj 0.1.1

Library for interfacing with LSDJ files and memory
Documentation
1
2
3
4
5
6
7
8
//! Unparsed LSDJ song memory

pub(crate) mod instrument;
pub(crate) mod wave;

mod song_memory;

pub use song_memory::{FromBytesError, FromReaderError, SongMemory};