libjuice-rs

Crates.iolibjuice-rs
lib.rslibjuice-rs
version0.1.0
sourcesrc
created_at2022-02-10 05:58:46.839414
updated_at2022-02-10 05:58:46.839414
descriptionRust bindings for libjuice
homepagehttps://github.com/VollmondT/juice-rs
repository
max_upload_size
id530040
size65,770
Vyacheslav S. Troshin (VollmondT)

documentation

README

libjuice-rs

Rust bindings for libjuice. Look at datachannel-rs if you need more batteries.

Usage

Please refer to tests, also refer to the original library tests.

Building

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
Commit count: 0

cargo fmt