Crate ansiplay

Source

Structs§

Music
A representation of ANSI Music
MusicSequenceIterator
A struct that implements Iterator that can be used to produce Music.
Player
A struct which provides an interface to play Music, or play music in a new thread.
PlayerThread
A representation of a threaded instance of Player

Traits§

IntoMusicSequenceIter
A Trait that returns a MusicSequenceIterator.