| Name | Date | Size | #Lines | LOC | ||
|---|---|---|---|---|---|---|
| .. | 22-Aug-2023 | - | ||||
| doc/ | H | 22-Aug-2023 | - | |||
| examples/ | H | 22-Aug-2023 | - | 910 | 737 | |
| src/ | H | 22-Aug-2023 | - | 15,528 | 12,898 | |
| .gitignore | H A D | 22-Aug-2023 | 349 | 13 | 10 | |
| CHANGELOG.md | H A D | 22-Aug-2023 | 1.3 KiB | 27 | 15 | |
| Cargo.toml | H A D | 22-Aug-2023 | 2.1 KiB | 87 | 75 | |
| LICENSE-APACHE | H A D | 22-Aug-2023 | 10.6 KiB | 202 | 169 | |
| LICENSE-MIT | H A D | 22-Aug-2023 | 1 KiB | 22 | 17 | |
| README.md | H A D | 22-Aug-2023 | 1.2 KiB | 31 | 30 | |
| codecov.yml | H A D | 22-Aug-2023 | 421 | 24 | 22 |
README.md
1<h1 align="center"> 2 <a href="https://webrtc.rs"><img src="./doc/webrtc.rs.png" alt="WebRTC.rs"></a> 3 <br> 4</h1> 5<p align="center"> 6 <a href="https://github.com/webrtc-rs/dtls/actions"> 7 <img src="https://github.com/webrtc-rs/dtls/workflows/cargo/badge.svg"> 8 </a> 9 <a href="https://codecov.io/gh/webrtc-rs/dtls"> 10 <img src="https://codecov.io/gh/webrtc-rs/dtls/branch/main/graph/badge.svg"> 11 </a> 12 <a href="https://deps.rs/repo/github/webrtc-rs/dtls"> 13 <img src="https://deps.rs/repo/github/webrtc-rs/dtls/status.svg"> 14 </a> 15 <a href="https://crates.io/crates/webrtc-dtls"> 16 <img src="https://img.shields.io/crates/v/webrtc-dtls.svg"> 17 </a> 18 <a href="https://docs.rs/webrtc-dtls"> 19 <img src="https://docs.rs/webrtc-dtls/badge.svg"> 20 </a> 21 <a href="https://doc.rust-lang.org/1.6.0/complement-project-faq.html#why-dual-mitasl2-license"> 22 <img src="https://img.shields.io/badge/license-MIT%2FApache--2.0-blue" alt="License: MIT/Apache 2.0"> 23 </a> 24 <a href="https://discord.gg/4Ju8UHdXMs"> 25 <img src="https://img.shields.io/discord/800204819540869120?logo=discord" alt="Discord"> 26 </a> 27</p> 28<p align="center"> 29 A pure Rust implementation of DTLS. Rewrite <a href="https://github.com/pion/dtls/releases/tag/v2.0.0">Pion</a> DTLS in Rust 30</p> 31