librespot/capi/src/lib.rs
2016-02-05 21:11:55 +00:00

14 lines
198 B
Rust

#![feature(fnbox)]
extern crate librespot;
extern crate libc;
extern crate eventual;
pub mod artist;
pub mod link;
pub mod metadata;
pub mod session;
pub mod track;
mod types;
mod cstring_cache;