microsoft-webui-protocol 0.0.10

Core protocol definitions for WebUI framework
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# microsoft-webui-protocol

Protobuf protocol definitions and serialization for the [WebUI](https://github.com/microsoft/webui) framework. Defines the binary format that carries compiled template data from the build step to the renderer.

## Overview

`microsoft-webui-protocol` uses `prost` for zero-copy protobuf encoding and decoding. It defines the `WebUIProtocol` message and all fragment types that flow between the parser and handler.

## Documentation

See the [WebUI repository](https://github.com/microsoft/webui) for full usage guides and examples.

## License

MIT — Copyright (c) Microsoft Corporation.