实现Ling Transmit V1.1协议

This commit is contained in:
2025-01-18 23:35:32 +08:00
commit 72f332db47
12 changed files with 738 additions and 0 deletions

7
src/bin/main.rs Normal file
View File

@@ -0,0 +1,7 @@
// 版权所有 (c) ling 保留所有权利。
// 除非另行说明否则仅允许在LingTransmit中使用此文件中的代码。
//
// 由 ling 创建于 2025/1/18.
#![allow(non_snake_case)]
fn main() {}