Skip to content

Commit c910331

Browse files
committed
Remove trailing spaces in 'README.md' files
1 parent 871df99 commit c910331

File tree

18 files changed

+113
-114
lines changed

18 files changed

+113
-114
lines changed

README.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@
33
<br>
44
</h1>
55
<p align="center">
6-
<a href="https://github.com/webrtc-rs/webrtc/actions">
6+
<a href="https://github.com/webrtc-rs/webrtc/actions">
77
<img src="https://github.com/webrtc-rs/webrtc/workflows/webrtc/badge.svg?branch=master">
8-
</a>
9-
<a href="https://codecov.io/gh/webrtc-rs/webrtc">
8+
</a>
9+
<a href="https://codecov.io/gh/webrtc-rs/webrtc">
1010
<img src="https://codecov.io/gh/webrtc-rs/webrtc/branch/master/graph/badge.svg">
1111
</a>
12-
<a href="https://deps.rs/repo/github/webrtc-rs/webrtc">
12+
<a href="https://deps.rs/repo/github/webrtc-rs/webrtc">
1313
<img src="https://deps.rs/repo/github/webrtc-rs/webrtc/status.svg">
1414
</a>
15-
<a href="https://crates.io/crates/webrtc">
15+
<a href="https://crates.io/crates/webrtc">
1616
<img src="https://img.shields.io/crates/v/webrtc.svg">
17-
</a>
18-
<a href="https://docs.rs/webrtc">
17+
</a>
18+
<a href="https://docs.rs/webrtc">
1919
<img src="https://docs.rs/webrtc/badge.svg">
2020
</a>
2121
<a href="https://doc.rust-lang.org/1.6.0/complement-project-faq.html#why-dual-mitasl2-license">
@@ -26,7 +26,7 @@
2626
</a>
2727
<a href="https://twitter.com/WebRTCrs">
2828
<img src="https://img.shields.io/twitter/url/https/twitter.com/webrtcrs.svg?style=social&label=%40WebRTCrs" alt="Twitter">
29-
</a>
29+
</a>
3030
</p>
3131
<p align="center">
3232
A pure Rust implementation of WebRTC stack. Rewrite <a href="http://Pion.ly">Pion</a> WebRTC stack in Rust
@@ -128,7 +128,7 @@ cargo test # build all examples (maybe very slow)
128128
cargo build --example play-from-disk-vpx # build play-from-disk-vpx example only
129129
cargo build --example play-from-disk-h264 # build play-from-disk-h264 example only
130130
#...
131-
#]
131+
#]
132132
```
133133

134134
To build webrtc crate:

data/README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@
33
<br>
44
</h1>
55
<p align="center">
6-
<a href="https://github.com/webrtc-rs/data/actions">
6+
<a href="https://github.com/webrtc-rs/data/actions">
77
<img src="https://github.com/webrtc-rs/data/workflows/cargo/badge.svg">
8-
</a>
9-
<a href="https://codecov.io/gh/webrtc-rs/data">
8+
</a>
9+
<a href="https://codecov.io/gh/webrtc-rs/data">
1010
<img src="https://codecov.io/gh/webrtc-rs/data/branch/main/graph/badge.svg">
1111
</a>
12-
<a href="https://deps.rs/repo/github/webrtc-rs/data">
12+
<a href="https://deps.rs/repo/github/webrtc-rs/data">
1313
<img src="https://deps.rs/repo/github/webrtc-rs/data/status.svg">
1414
</a>
15-
<a href="https://crates.io/crates/webrtc-data">
15+
<a href="https://crates.io/crates/webrtc-data">
1616
<img src="https://img.shields.io/crates/v/webrtc-data.svg">
1717
</a>
18-
<a href="https://docs.rs/webrtc-data">
18+
<a href="https://docs.rs/webrtc-data">
1919
<img src="https://docs.rs/webrtc-data/badge.svg">
2020
</a>
2121
<a href="https://doc.rust-lang.org/1.6.0/complement-project-faq.html#why-dual-mitasl2-license">

dtls/README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@
33
<br>
44
</h1>
55
<p align="center">
6-
<a href="https://github.com/webrtc-rs/dtls/actions">
6+
<a href="https://github.com/webrtc-rs/dtls/actions">
77
<img src="https://github.com/webrtc-rs/dtls/workflows/cargo/badge.svg">
8-
</a>
9-
<a href="https://codecov.io/gh/webrtc-rs/dtls">
8+
</a>
9+
<a href="https://codecov.io/gh/webrtc-rs/dtls">
1010
<img src="https://codecov.io/gh/webrtc-rs/dtls/branch/main/graph/badge.svg">
1111
</a>
12-
<a href="https://deps.rs/repo/github/webrtc-rs/dtls">
12+
<a href="https://deps.rs/repo/github/webrtc-rs/dtls">
1313
<img src="https://deps.rs/repo/github/webrtc-rs/dtls/status.svg">
1414
</a>
15-
<a href="https://crates.io/crates/webrtc-dtls">
15+
<a href="https://crates.io/crates/webrtc-dtls">
1616
<img src="https://img.shields.io/crates/v/webrtc-dtls.svg">
1717
</a>
18-
<a href="https://docs.rs/webrtc-dtls">
18+
<a href="https://docs.rs/webrtc-dtls">
1919
<img src="https://docs.rs/webrtc-dtls/badge.svg">
2020
</a>
2121
<a href="https://doc.rust-lang.org/1.6.0/complement-project-faq.html#why-dual-mitasl2-license">

examples/README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@
33
<br>
44
</h1>
55
<p align="center">
6-
<a href="https://github.com/webrtc-rs/examples/actions">
6+
<a href="https://github.com/webrtc-rs/examples/actions">
77
<img src="https://github.com/webrtc-rs/examples/workflows/cargo/badge.svg">
8-
</a>
9-
<a href="https://codecov.io/gh/webrtc-rs/examples">
8+
</a>
9+
<a href="https://codecov.io/gh/webrtc-rs/examples">
1010
<img src="https://codecov.io/gh/webrtc-rs/examples/branch/main/graph/badge.svg">
1111
</a>
12-
<a href="https://deps.rs/repo/github/webrtc-rs/examples">
12+
<a href="https://deps.rs/repo/github/webrtc-rs/examples">
1313
<img src="https://deps.rs/repo/github/webrtc-rs/examples/status.svg">
1414
</a>
15-
<a href="https://crates.io/crates/examples">
15+
<a href="https://crates.io/crates/examples">
1616
<img src="https://img.shields.io/crates/v/examples.svg">
17-
</a>
18-
<a href="https://docs.rs/examples">
17+
</a>
18+
<a href="https://docs.rs/examples">
1919
<img src="https://docs.rs/examples/badge.svg">
2020
</a>
2121
<a href="https://doc.rust-lang.org/1.6.0/complement-project-faq.html#why-dual-mitasl2-license">

examples/examples/data-channels-flow-control/README.md

-1
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,4 @@ Throughput is about 119.873 Mbps
5858
Throughput is about 118.890 Mbps
5959
Throughput is about 118.525 Mbps
6060
Throughput is about 118.614 Mbps
61-
6261
```

ice/CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
* Increased minimum support rust version to `1.60.0`.
88

9-
### Breaking changes
9+
### Breaking changes
1010

1111
* Make functions non-async [#338](https://github.com/webrtc-rs/webrtc/pull/338):
1212
- `Agent`:
@@ -22,7 +22,7 @@
2222
- `CandidatePeerReflexiveConfig::new_candidate_peer_reflexive`;
2323
- `CandidateRelayConfig::new_candidate_relay`;
2424
- `CandidateServerReflexiveConfig::new_candidate_server_reflexive`;
25-
- `Candidate`:
25+
- `Candidate`:
2626
- `addr`;
2727
- `set_ip`.
2828

ice/README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@
33
<br>
44
</h1>
55
<p align="center">
6-
<a href="https://github.com/webrtc-rs/ice/actions">
6+
<a href="https://github.com/webrtc-rs/ice/actions">
77
<img src="https://github.com/webrtc-rs/ice/workflows/cargo/badge.svg">
8-
</a>
9-
<a href="https://codecov.io/gh/webrtc-rs/ice">
8+
</a>
9+
<a href="https://codecov.io/gh/webrtc-rs/ice">
1010
<img src="https://codecov.io/gh/webrtc-rs/ice/branch/main/graph/badge.svg">
1111
</a>
12-
<a href="https://deps.rs/repo/github/webrtc-rs/ice">
12+
<a href="https://deps.rs/repo/github/webrtc-rs/ice">
1313
<img src="https://deps.rs/repo/github/webrtc-rs/ice/status.svg">
1414
</a>
15-
<a href="https://crates.io/crates/webrtc-ice">
15+
<a href="https://crates.io/crates/webrtc-ice">
1616
<img src="https://img.shields.io/crates/v/webrtc-ice.svg">
17-
</a>
18-
<a href="https://docs.rs/webrtc-ice">
17+
</a>
18+
<a href="https://docs.rs/webrtc-ice">
1919
<img src="https://docs.rs/webrtc-ice/badge.svg">
2020
</a>
2121
<a href="https://doc.rust-lang.org/1.6.0/complement-project-faq.html#why-dual-mitasl2-license">

interceptor/README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@
33
<br>
44
</h1>
55
<p align="center">
6-
<a href="https://github.com/webrtc-rs/interceptor/actions">
6+
<a href="https://github.com/webrtc-rs/interceptor/actions">
77
<img src="https://github.com/webrtc-rs/interceptor/workflows/cargo/badge.svg">
8-
</a>
9-
<a href="https://codecov.io/gh/webrtc-rs/interceptor">
8+
</a>
9+
<a href="https://codecov.io/gh/webrtc-rs/interceptor">
1010
<img src="https://codecov.io/gh/webrtc-rs/interceptor/branch/main/graph/badge.svg">
1111
</a>
12-
<a href="https://deps.rs/repo/github/webrtc-rs/interceptor">
12+
<a href="https://deps.rs/repo/github/webrtc-rs/interceptor">
1313
<img src="https://deps.rs/repo/github/webrtc-rs/interceptor/status.svg">
1414
</a>
15-
<a href="https://crates.io/crates/interceptor">
15+
<a href="https://crates.io/crates/interceptor">
1616
<img src="https://img.shields.io/crates/v/interceptor.svg">
17-
</a>
18-
<a href="https://docs.rs/interceptor">
17+
</a>
18+
<a href="https://docs.rs/interceptor">
1919
<img src="https://docs.rs/interceptor/badge.svg">
2020
</a>
2121
<a href="https://doc.rust-lang.org/1.6.0/complement-project-faq.html#why-dual-mitasl2-license">

mdns/README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@
33
<br>
44
</h1>
55
<p align="center">
6-
<a href="https://github.com/webrtc-rs/mdns/actions">
6+
<a href="https://github.com/webrtc-rs/mdns/actions">
77
<img src="https://github.com/webrtc-rs/mdns/workflows/cargo/badge.svg">
8-
</a>
9-
<a href="https://codecov.io/gh/webrtc-rs/mdns">
8+
</a>
9+
<a href="https://codecov.io/gh/webrtc-rs/mdns">
1010
<img src="https://codecov.io/gh/webrtc-rs/mdns/branch/main/graph/badge.svg">
1111
</a>
12-
<a href="https://deps.rs/repo/github/webrtc-rs/mdns">
12+
<a href="https://deps.rs/repo/github/webrtc-rs/mdns">
1313
<img src="https://deps.rs/repo/github/webrtc-rs/mdns/status.svg">
1414
</a>
15-
<a href="https://crates.io/crates/webrtc-mdns">
15+
<a href="https://crates.io/crates/webrtc-mdns">
1616
<img src="https://img.shields.io/crates/v/webrtc-mdns.svg">
17-
</a>
18-
<a href="https://docs.rs/webrtc-mdns">
17+
</a>
18+
<a href="https://docs.rs/webrtc-mdns">
1919
<img src="https://docs.rs/webrtc-mdns/badge.svg">
2020
</a>
2121
<a href="https://doc.rust-lang.org/1.6.0/complement-project-faq.html#why-dual-mitasl2-license">

media/README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@
33
<br>
44
</h1>
55
<p align="center">
6-
<a href="https://github.com/webrtc-rs/media/actions">
6+
<a href="https://github.com/webrtc-rs/media/actions">
77
<img src="https://github.com/webrtc-rs/media/workflows/cargo/badge.svg">
8-
</a>
9-
<a href="https://codecov.io/gh/webrtc-rs/media">
8+
</a>
9+
<a href="https://codecov.io/gh/webrtc-rs/media">
1010
<img src="https://codecov.io/gh/webrtc-rs/media/branch/main/graph/badge.svg">
1111
</a>
12-
<a href="https://deps.rs/repo/github/webrtc-rs/media">
12+
<a href="https://deps.rs/repo/github/webrtc-rs/media">
1313
<img src="https://deps.rs/repo/github/webrtc-rs/media/status.svg">
1414
</a>
15-
<a href="https://crates.io/crates/webrtc-media">
15+
<a href="https://crates.io/crates/webrtc-media">
1616
<img src="https://img.shields.io/crates/v/webrtc-media.svg">
1717
</a>
18-
<a href="https://docs.rs/webrtc-media">
18+
<a href="https://docs.rs/webrtc-media">
1919
<img src="https://docs.rs/webrtc-media/badge.svg">
2020
</a>
2121
<a href="https://doc.rust-lang.org/1.6.0/complement-project-faq.html#why-dual-mitasl2-license">

rtcp/README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@
33
<br>
44
</h1>
55
<p align="center">
6-
<a href="https://github.com/webrtc-rs/rtcp/actions">
6+
<a href="https://github.com/webrtc-rs/rtcp/actions">
77
<img src="https://github.com/webrtc-rs/rtcp/workflows/cargo/badge.svg">
8-
</a>
9-
<a href="https://codecov.io/gh/webrtc-rs/rtcp">
8+
</a>
9+
<a href="https://codecov.io/gh/webrtc-rs/rtcp">
1010
<img src="https://codecov.io/gh/webrtc-rs/rtcp/branch/main/graph/badge.svg">
1111
</a>
12-
<a href="https://deps.rs/repo/github/webrtc-rs/rtcp">
12+
<a href="https://deps.rs/repo/github/webrtc-rs/rtcp">
1313
<img src="https://deps.rs/repo/github/webrtc-rs/rtcp/status.svg">
1414
</a>
15-
<a href="https://crates.io/crates/rtcp">
15+
<a href="https://crates.io/crates/rtcp">
1616
<img src="https://img.shields.io/crates/v/rtcp.svg">
17-
</a>
18-
<a href="https://docs.rs/rtcp">
17+
</a>
18+
<a href="https://docs.rs/rtcp">
1919
<img src="https://docs.rs/rtcp/badge.svg">
2020
</a>
2121
<a href="https://doc.rust-lang.org/1.6.0/complement-project-faq.html#why-dual-mitasl2-license">

rtp/README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@
33
<br>
44
</h1>
55
<p align="center">
6-
<a href="https://github.com/webrtc-rs/rtp/actions">
6+
<a href="https://github.com/webrtc-rs/rtp/actions">
77
<img src="https://github.com/webrtc-rs/rtp/workflows/cargo/badge.svg">
8-
</a>
9-
<a href="https://codecov.io/gh/webrtc-rs/rtp">
8+
</a>
9+
<a href="https://codecov.io/gh/webrtc-rs/rtp">
1010
<img src="https://codecov.io/gh/webrtc-rs/rtp/branch/main/graph/badge.svg">
1111
</a>
12-
<a href="https://deps.rs/repo/github/webrtc-rs/rtp">
12+
<a href="https://deps.rs/repo/github/webrtc-rs/rtp">
1313
<img src="https://deps.rs/repo/github/webrtc-rs/rtp/status.svg">
1414
</a>
15-
<a href="https://crates.io/crates/rtp">
15+
<a href="https://crates.io/crates/rtp">
1616
<img src="https://img.shields.io/crates/v/rtp.svg">
17-
</a>
18-
<a href="https://docs.rs/rtp">
17+
</a>
18+
<a href="https://docs.rs/rtp">
1919
<img src="https://docs.rs/rtp/badge.svg">
2020
</a>
2121
<a href="https://doc.rust-lang.org/1.6.0/complement-project-faq.html#why-dual-mitasl2-license">

sctp/README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@
33
<br>
44
</h1>
55
<p align="center">
6-
<a href="https://github.com/webrtc-rs/sctp/actions">
6+
<a href="https://github.com/webrtc-rs/sctp/actions">
77
<img src="https://github.com/webrtc-rs/sctp/workflows/cargo/badge.svg">
8-
</a>
9-
<a href="https://codecov.io/gh/webrtc-rs/sctp">
8+
</a>
9+
<a href="https://codecov.io/gh/webrtc-rs/sctp">
1010
<img src="https://codecov.io/gh/webrtc-rs/sctp/branch/main/graph/badge.svg">
1111
</a>
12-
<a href="https://deps.rs/repo/github/webrtc-rs/sctp">
12+
<a href="https://deps.rs/repo/github/webrtc-rs/sctp">
1313
<img src="https://deps.rs/repo/github/webrtc-rs/sctp/status.svg">
1414
</a>
15-
<a href="https://crates.io/crates/webrtc-sctp">
15+
<a href="https://crates.io/crates/webrtc-sctp">
1616
<img src="https://img.shields.io/crates/v/webrtc-sctp.svg">
17-
</a>
18-
<a href="https://docs.rs/webrtc-sctp">
17+
</a>
18+
<a href="https://docs.rs/webrtc-sctp">
1919
<img src="https://docs.rs/webrtc-sctp/badge.svg">
2020
</a>
2121
<a href="https://doc.rust-lang.org/1.6.0/complement-project-faq.html#why-dual-mitasl2-license">

sdp/README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@
33
<br>
44
</h1>
55
<p align="center">
6-
<a href="https://github.com/webrtc-rs/sdp/actions">
6+
<a href="https://github.com/webrtc-rs/sdp/actions">
77
<img src="https://github.com/webrtc-rs/sdp/workflows/cargo/badge.svg">
8-
</a>
9-
<a href="https://codecov.io/gh/webrtc-rs/sdp">
8+
</a>
9+
<a href="https://codecov.io/gh/webrtc-rs/sdp">
1010
<img src="https://codecov.io/gh/webrtc-rs/sdp/branch/main/graph/badge.svg">
1111
</a>
12-
<a href="https://deps.rs/repo/github/webrtc-rs/sdp">
12+
<a href="https://deps.rs/repo/github/webrtc-rs/sdp">
1313
<img src="https://deps.rs/repo/github/webrtc-rs/sdp/status.svg">
1414
</a>
15-
<a href="https://crates.io/crates/sdp">
15+
<a href="https://crates.io/crates/sdp">
1616
<img src="https://img.shields.io/crates/v/sdp.svg">
17-
</a>
18-
<a href="https://docs.rs/sdp">
17+
</a>
18+
<a href="https://docs.rs/sdp">
1919
<img src="https://docs.rs/sdp/badge.svg">
2020
</a>
2121
<a href="https://doc.rust-lang.org/1.6.0/complement-project-faq.html#why-dual-mitasl2-license">

srtp/README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@
33
<br>
44
</h1>
55
<p align="center">
6-
<a href="https://github.com/webrtc-rs/srtp/actions">
6+
<a href="https://github.com/webrtc-rs/srtp/actions">
77
<img src="https://github.com/webrtc-rs/srtp/workflows/cargo/badge.svg">
8-
</a>
9-
<a href="https://codecov.io/gh/webrtc-rs/srtp">
8+
</a>
9+
<a href="https://codecov.io/gh/webrtc-rs/srtp">
1010
<img src="https://codecov.io/gh/webrtc-rs/srtp/branch/main/graph/badge.svg">
1111
</a>
12-
<a href="https://deps.rs/repo/github/webrtc-rs/srtp">
12+
<a href="https://deps.rs/repo/github/webrtc-rs/srtp">
1313
<img src="https://deps.rs/repo/github/webrtc-rs/srtp/status.svg">
1414
</a>
15-
<a href="https://crates.io/crates/webrtc-srtp">
15+
<a href="https://crates.io/crates/webrtc-srtp">
1616
<img src="https://img.shields.io/crates/v/webrtc-srtp.svg">
17-
</a>
18-
<a href="https://docs.rs/webrtc-srtp">
17+
</a>
18+
<a href="https://docs.rs/webrtc-srtp">
1919
<img src="https://docs.rs/webrtc-srtp/badge.svg">
2020
</a>
2121
<a href="https://doc.rust-lang.org/1.6.0/complement-project-faq.html#why-dual-mitasl2-license">

0 commit comments

Comments
 (0)