gbp-stack
Top-level facade for the Group Protocol Stack.
This crate is a thin re-export of every layer in the stack:
gbp-core— type vocabulary (StreamType,PayloadCodec, error codes)gbp-protocol— base GBP layer (GbpFramewithpfpayload-codec field)gtp-protocol,gap-protocol,gsp-protocol— sub-protocolsgbp-mls— MLS / AEAD adaptergbp-sframe— SFrame E2EE for GAP audio streamsgbp-transport— TCP framing helpergbp-node— GBP-layer group nodegbp-proto— Protobuf wire-format codec (PayloadCodec::Protobuf)gbp-flat— FlatBuffers wire-format codec (PayloadCodec::FlatBuffers)
Most users should depend on gbp-stack only; the per-layer crates are
available for users who need a smaller surface.
License
Licensed under Apache License, Version 2.0.