actix-bililive 0.1.0-beta.8

A simple stream-based bilibili live client library for the Actix ecosystem.
Documentation
//! Error types.
use awc::error::WsClientError;

pub use crate::core::errors::{BuildError, IncompleteResult, ParseError};

/// Errors that may occur when consuming a stream.
pub type StreamError = crate::core::errors::StreamError<WsClientError>;