macos_spotify/
lib.rs

1extern crate four_char_code;
2extern crate encoding;
3extern crate libc;
4
5#[macro_use]
6mod sys;
7#[macro_use]
8mod events;
9mod spotify;
10
11pub use events::EventBuildError;
12pub use spotify::{Spotify, SpotifyTrack, State};