Skip to content
This repository was archived by the owner on Aug 23, 2022. It is now read-only.

Commit a328250

Browse files
committed
update README.md
1 parent 7c0cb05 commit a328250

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

README.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,21 @@
1-
# rtp
1+
<h1 align="center">
2+
<a href="https://webrtc.rs"><img src="https://github.com/webrtc-rs/webrtc/doc/webrtc.rs.png" alt="WebRTC.rs"></a>
3+
<br>
4+
</h1>
5+
<p align="center">
6+
<a href="https://github.com/webrtc-rs/rtp/actions">
7+
<img src="https://github.com/webrtc-rs/rtp/workflows/Cargo/badge.svg">
8+
</a>
9+
<a href="https://codecov.io/gh/webrtc-rs/rtp">
10+
<img src="https://codecov.io/gh/webrtc-rs/rtp/branch/main/graph/badge.svg">
11+
</a>
12+
<a href="https://deps.rs/repo/github/webrtc-rs/rtp">
13+
<img src="https://deps.rs/repo/github/webrtc-rs/rtp/status.svg">
14+
</a>
15+
<a href="https://github.com/webrtc-rs/rtp/blob/master/LICENSE">
16+
<img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="License: MIT">
17+
</a>
18+
</p>
19+
<p align="center">
20+
A pure Rust implementation of RTP. Rewrite Pion RTP (<a href="http://Pion.ly">http://Pion.ly</a>) in Rust
21+
</p>

0 commit comments

Comments
 (0)