bililive-core 0.1.0-beta.4

Core traits and structs for a simple stream-based bilibili live danmaku implementation.
Documentation
1
2
3
4
5
6
//! Stream types.

pub use heartbeat::HeartbeatStream;

mod heartbeat;
pub mod waker;