Crates.io | pallas-network |
lib.rs | pallas-network |
version | |
source | src |
created_at | 2023-04-14 00:37:59.603997+00 |
updated_at | 2024-12-29 22:23:24.044544+00 |
description | Ouroboros networking stack using async IO |
homepage | https://github.com/txpipe/pallas |
repository | https://github.com/txpipe/pallas |
max_upload_size | |
id | 838838 |
Cargo.toml error: | TOML parse error at line 21, column 1 | 21 | 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 Ouroboros networking stack. It provides a generic multiplexer and state-machines for the different mini-protocols. It uses async and tokio under the hood.