docs.rs failed to build teemo-0.1.2
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
teemo-0.2.6
Teemo
不要低估迅捷斥候的威力。
本项目用于和英雄联盟游戏客户端进行请求和通信。
使用 Usage
本项目适用于:
- Windows
- League Of Legends
事件 Event
在https://127.0.0.1:<PORT>/help可以查看
示例 Example
use Teemo;
async
其它
LCU websocket
https://hextechdocs.dev/getting-started-with-the-lcu-websocket/
示例:https://gist.github.com/Pupix/eb662b1b784bb704a1390643738a8c15
程序流程
- 初始化数据;
- api转发;
- ws连接;
- ws检查;
- ws关闭;
- 程序关闭。
流程错误处理
- 若401,返回至1;
- 若被拒绝,返回至1;
- 若关闭程序,停止所有循环。