1个不稳定版本
0.1.0 | 2024年4月9日 |
---|
#9 in #assist
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