propresenter/
lib.rs

1/*!
2Unofficial library for interacting with ProPresenter 7.
3
4# Protobufs
5
6Inside the `protobuf` module, various types can be found for interacting with file formats used by ProPresenter.
7Notably, this includes the presentation file format.
8
9# REST API
10
11This crate does not currently contain any code for interacting with the REST API present in ProPresenter,
12however it may do in the future. Pull requests to add such functionality are welcome.
13
14# Websocket API
15
16This crate does not currently contain any code for interacting with the websocket API present in ProPresenter,
17however it may do in the future. Pull requests to add such functionality are welcome.
18*/
19
20pub mod protobuf;