Crates.io | libnice |
lib.rs | libnice |
version | 0.3.0 |
source | src |
created_at | 2019-02-02 19:47:08.912886 |
updated_at | 2021-01-17 15:35:26.100645 |
description | Safe, high-level Rust bindings to libnice. |
homepage | |
repository | https://github.com/johni0702/rust-libnice |
max_upload_size | |
id | 112235 |
size | 243,687 |
Safe, high- and low-level Rust bindings to libnice.
See the connects_and_transmits_data
test in the file src/ice.rs
for a full example of the high-level bindings.
libnice is licensed under both the Mozilla Public License version 1.1 and the GNU Lesser General Public License version 2.1 (just like libnice itself). For the full text of these licenses, see the files LICENSE.MPL and LICENSE.LGPL respectively.