Crates.io | soketto |
lib.rs | soketto |
version | |
source | src |
created_at | 2019-06-04 14:34:38.066236 |
updated_at | 2024-12-02 11:17:40.439226 |
description | A websocket protocol implementation. |
homepage | |
repository | https://github.com/paritytech/soketto |
max_upload_size | |
id | 138905 |
Cargo.toml error: | TOML parse error at line 22, column 1 | 22 | 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` |
size | 0 |
An implementation of the RFC 6455 websocket protocol. This crate is a heavily modified fork of the twist crate.