Files
rust-libp2p/transports/webrtc-websys
Thomas Eizinger ce91c1c22c chore: apply clippy lints to public API
By default, clippy doesn't suggest changes if it would break the public API. Whilst a sensible default, it makes us miss certain opportunities to follow conventions correctly. When a new lint is added, we can always temporarily allow it and make a change in the next breaking release but I think it is better to be aware of the lint than having it automatically silenced.

Pull-Request: #4653.
2023-10-16 21:57:36 +00:00
..

Rust libp2p-webrtc-websys

Browser Transport made available through web-sys bindings.

Usage

Use with Swarm::with_wasm_executor to enable the wasm-bindgen executor for the Swarm.

See the browser-webrtc example for a full example.