silence

Crates.iosilence
lib.rssilence
version
sourcesrc
created_at2024-11-13 17:44:27.537449
updated_at2024-11-28 20:56:18.581402
descriptionA crate for creating voip services the easiest and the most reliable way.
homepage
repository
max_upload_size
id1446872
Cargo.toml error:TOML parse error at line 17, column 1 | 17 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Varga Marcell (marci1175)

documentation

README

Silence

Silence. Break the silence.

icon

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 and parking_lot.

The crate uses UDP for it's real time communication, which does not mitigate against packet loss.

Commit count: 0

cargo fmt