Crates.io | libjuice-rs |
lib.rs | libjuice-rs |
version | 0.1.0 |
source | src |
created_at | 2022-02-10 05:58:46.839414 |
updated_at | 2022-02-10 05:58:46.839414 |
description | Rust bindings for libjuice |
homepage | https://github.com/VollmondT/juice-rs |
repository | |
max_upload_size | |
id | 530040 |
size | 65,770 |
Rust bindings for libjuice. Look at datachannel-rs if you need more batteries.
Please refer to tests, also refer to the original library tests.
Currently, only static linking with the libjuice is supported.
You need to have:
Clone repository recursively:
$ git clone https://github.com/VollmondT/juice-rs.git --recursive
Play with tests:
$ cd juice-rs
$ cargo test