annil 0.2.0

A basic implementation of annil protocol.
Documentation
1
2
3
4
5
6
7
8
9
mod albums;
mod audio;
mod cover;
mod info;

pub use albums::*;
pub use audio::*;
pub use cover::*;
pub use info::*;