#hook #wifi #system #fetch #document #assist #plato

plato-hook-helper

一组辅助函数,用于协助编写Plato电子阅读器文档系统的fetch钩子

1个不稳定版本

0.1.0 2024年4月9日

#9 in #assist

MIT许可证

7KB
118

plato-hook-helper

一组辅助函数,用于协助编写Plato电子阅读器文档系统的fetch钩子。

实现了文档中记录的Plato Hook API的事件。

使用方法

let mut plato = PlatoHelper::default ();

// Display a notification on the device.
plato.display_notification("Turning on Wi-Fi...").unwrap();

// Enable the device's Wi-Fi.
plato.set_wifi(WifiStatus::Enabled).unwrap();

// Block and wait for the network to come up.
plato.wait_for_network_blocking().unwrap();

lib.rs:

plato-hook-helper

plato-hook-helper是一组辅助函数,用于协助编写Plato电子阅读器文档系统的fetch钩子。

依赖项

~0.7–1.6MB
~35K SLoC