librespot-protocol 0.8.0

The protobuf logic for communicating with Spotify servers
Documentation
1
2
3
4
5
6
// This file is parsed by build.rs
// Each included module will be compiled from the matching .proto definition.

mod impl_trait;

include!(concat!(env!("OUT_DIR"), "/mod.rs"));