gbp-stack 0.2.1

Top-level facade for the Group Protocol Stack: re-exports gbp-core, gbp-protocol, gtp-protocol, gap-protocol, gsp-protocol, gbp-mls, gbp-transport and gbp-node.
# gbp-stack

Top-level facade for the
[Group Protocol Stack](https://github.com/F000NKKK/Group-Protocol-Stack).

This crate is a thin re-export of every layer in the stack:

* `gbp-core` — type vocabulary
* `gbp-protocol` — base GBP layer
* `gtp-protocol`, `gap-protocol`, `gsp-protocol` — sub-protocols
* `gbp-mls` — MLS / AEAD adapter
* `gbp-transport` — TCP framing helper
* `gbp-node` — GBP-layer group node

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](../../../LICENSE).