crunchyroll-rs 0.2.5

Pure Rust implementation of the crunchyroll api.
Documentation
#[macro_export]
macro_rules! assert_result {
    ($some:expr) => {
        assert!($some.is_ok(), "{}", $some.unwrap_err())
    };
}