silence 0.1.3

A crate for creating voip services the easiest and the most reliable way.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Silence


Silence. _**Break the silence**_.

<p align="center">
    <img src="https://cloud-4sav6hg60-hack-club-bot.vercel.app/0image.png" alt="icon">
</p>

A crate for creating voip services the easiest and the most reliable way.

The crate provides a few important things:
* Client abstractions: For receiving and sending packets of data (Voice, and Video data).
* Server abstractions: For relaying the incoming information to all of the clients.

*Promises reliability and efficiency by using [tokio](https://crates.io/crates/tokio) and [parking_lot](https://crates.io/crates/parking_lot).*

***The crate uses [UDP](https://en.wikipedia.org/wiki/User_Datagram_Protocol) for it's real time communication, which does not mitigate against packet loss.***