kwai_interactive_live

Crates.iokwai_interactive_live
lib.rskwai_interactive_live
version0.4.0
sourcesrc
created_at2022-07-27 12:14:04.327658
updated_at2023-03-22 04:20:13.427659
description快手互动直播sdk
homepage
repositoryhttps://github.com/liangyongrui/kwai-interactive-live-rust
max_upload_size
id633874
size30,279
Liang Yongrui (liangyongrui)

documentation

README

快手互动直播 Rust SDK

Introduction

一个异步的,高性能的,更符合人体工学的 快手互动直播 Rust SDK

(目标是更优雅的接口设计,所以在 1.0.0 之前,不保证向前兼容性)

Usage

用法特别简单

  1. 引入依赖

    [dependencies]
    kwai_interactive_live = "*"
    futures-lite = "1"
    
  2. 参考demo

更多的用法

  1. bevy plugin examples

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions

Commit count: 0

cargo fmt