简体   繁体   中英

How to import github project WebRTC.rs

I am very new to Rust and found this package on cargo.io that is a Rust implementation of the javascript API WebRTC. Here's the link https://crates.io/crates/webrtc#toolchain . That said, I am having a trouble using the package as there is no documentation anywhere and I can't find anyone else who has used this package. I am totally lost right now. How can I get started?

Follow the instructions on the page: https://crates.io/crates/webrtc

If your Cargo.toml and webrtc are on the same directory level you can just paste the following into your Cargo.toml:

webrtc = { path = "webrtc", version = "0.0.6" }

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM