wingfoil-wire-types 6.0.5

Wire format types shared between the wingfoil server and the wingfoil-wasm browser client.
docs.rs failed to build wingfoil-wire-types-6.0.5
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

Wire-format types shared between the wingfoil server's web adapter and the wingfoil-wasm browser client.

Putting these types in a dedicated crate lets both the native server (wingfoil compiled for x86_64 / aarch64) and the WebAssembly client (wingfoil-wasm compiled for wasm32-unknown-unknown) depend on the same [Envelope] struct and share the same [CodecKind] methods, so wire compatibility is enforced at compile time.