max / supernote-push
| 1 | //! Push PDFs to a Ratta Supernote over its on-device Browse & Access HTTP |
| 2 | //! server. LAN only, no cloud, no auth beyond an optional passcode. |
| 3 | //! |
| 4 | //! See `README.md` for usage and `CONTRIBUTING.md` for the internal layout. |
| 5 | |
| 6 | |
| 7 | |
| 8 | |
| 9 | |
| 10 | |
| 11 | pub use ; |
| 12 | pub use discover; |
| 13 | pub use Error; |
| 14 | |
| 15 | pub type Result<T> = Result; |
| 16 |