Crates.io | bililive-core |
lib.rs | bililive-core |
version | 0.1.0-beta.4 |
source | src |
created_at | 2021-10-31 14:13:29.390669 |
updated_at | 2022-03-10 16:57:47.923779 |
description | Core traits and structs for a simple stream-based bilibili live danmaku implementation. |
homepage | |
repository | https://github.com/PhotonQuantum/bililive-rs |
max_upload_size | |
id | 474738 |
size | 43,432 |
A simple stream-based bilibili live danmaku implementation for Rust.
This crate contains core traits, types and parsing implementations needed to build a complete bilibili live client.
If you need a batteries-included client, you may want to look at bililive
or actix-bililive
.
tokio
(default) - enable tokio support.async-std
- enable async-std support.not-send
- Remove Send
constraints on traits and types. Useful for actix clients.