Crates.io | pluginop |
lib.rs | pluginop |
version | 0.1.0 |
source | src |
created_at | 2024-06-03 07:42:22.65022 |
updated_at | 2024-06-03 07:42:22.65022 |
description | A companion library to make a QUIC implementation pluginizable |
homepage | https://core-quic.github.io/ |
repository | https://github.com/core-quic/pluginop |
max_upload_size | |
id | 1259798 |
size | 74,559 |
One day, we will make the Internet great again. In the meantime, we struggle with engineering problems.
PluginOp is a crate intending to make (Rust) network implementation seamlessly pluginizable. The project consists in several sub-crates:
The tests folder contains plugins for tests and benchmarks purposes.
core-quic: Based on quiche, main core implementation
core-quinn: Based on quinn, mostly integrated in the quinn-proto crate. Does not have full support (yet), but simple frame-based plugins work.
QUIC-specific plugins are available at the core-quic-plugins repo.