protowire 1.0.0

Protowire umbrella crate — re-exports envelope, pb, pxf, sbe.
Documentation
1
2
3
4
5
6
7
8
9
10
11
// SPDX-License-Identifier: MIT
// Copyright (c) 2026 TrendVidia, LLC.
//! Protowire — schema-driven binary and text codecs (envelope, pb, pxf, sbe).
//!
//! Umbrella crate that re-exports the four sub-crates so downstream users
//! can depend on `protowire` alone.

pub use protowire_envelope as envelope;
pub use protowire_pb as pb;
pub use protowire_pxf as pxf;
pub use protowire_sbe as sbe;