audible_api 0.1.0

Unofficial API for Audible.
Documentation
1
2
3
4
pub mod api;
pub mod auth;

pub type Result<T, E = Box<dyn std::error::Error>> = core::result::Result<T, E>;