aeronet_webtransport

Crates.ioaeronet_webtransport
lib.rsaeronet_webtransport
version
sourcesrc
created_at2024-07-30 08:05:19.091919
updated_at2024-11-30 16:16:23.122119
descriptionWebTransport IO layer implementation for `aeronet`
homepage
repositoryhttps://github.com/aecsocket/aeronet
max_upload_size
id1319551
Cargo.toml error:TOML parse error at line 19, column 1 | 19 | 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
(aecsocket)

documentation

README

aeronet_webtransport

crates.io docs.rs

aeronet_io implementation using WebTransport for data transfer over UDP + QUIC, compatible with both native and WASM.

This uses wtransport as the WebTransport implementation on both native and WASM. The server implementation is only available on native targets.

Commit count: 657

cargo fmt