browser-controller-types 0.1.2

Shared protocol types for browser-controller CLI and mediator
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# browser-controller-types

Shared protocol types for the browser-controller project. Defines the
serializable request and response types exchanged between the
[browser-controller CLI](https://crates.io/crates/browser-controller-cli) and
the
[browser-controller-mediator](https://crates.io/crates/browser-controller-mediator)
over their IPC channel.

This crate is useful if you want to implement a custom client or server that
speaks the browser-controller protocol.

## License

Licensed under either of [Apache License, Version 2.0](../LICENSE-APACHE) or
[MIT license](../LICENSE-MIT) at your option.