crunchyroll 0.1.0

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