From 0e9307bfd6fe44d055a022b99ef3e9fec17a7d20 Mon Sep 17 00:00:00 2001 From: echo Date: Tue, 12 Nov 2024 11:34:03 -0500 Subject: [PATCH] remove: Rust dependencies information from `README.md` (#74) This commit removes information about Rust dependencies used in previous Zygiskd from "README.md" file. --- README.md | 19 ------------------- README_CN.md | 19 ------------------- 2 files changed, 38 deletions(-) diff --git a/README.md b/README.md index e28f4d8..0e6fde9 100644 --- a/README.md +++ b/README.md @@ -25,27 +25,8 @@ The Zygisk Next developers are famous and trusted in the Android community, howe | Tool | Description | |-----------------|----------------------------------------| -| `rustc` | The Rust compiler | | `Android NDK` | Native Development Kit for Android | -### Rust Dependencies - -| Dependency | Description | -|------------------|---------------------------------------------------------------| -| `android_logger` | Logger for Android platform | -| `anyhow` | Error handling library | -| `bitflags` | Macro to generate structures for bitwise operations | -| `const_format` | Compile-time string formatting | -| `futures` | Abstractions for asynchronous programming | -| `konst` | Compile-time constant evaluation | -| `lazy_static` | Macro for declaring lazily evaluated static variables | -| `libc` | FFI bindings to native C libraries | -| `log` | Logging facade | -| `memfd` | Memory file descriptor utilities | -| `num_enum` | Derive macros to convert between numbers and enums | -| `passfd` | Passing file descriptors over Unix sockets | -| `proc-maps` | Parse and analyze process memory maps | - ### C++ Dependencies | Dependency | Description | diff --git a/README_CN.md b/README_CN.md index 7d03c7f..6b5b29f 100644 --- a/README_CN.md +++ b/README_CN.md @@ -25,27 +25,8 @@ Zygisk Next 的开发者们在Android社区享有盛誉,备受信任。但这 | 工具 | 简介 | |---------------|------------------------------------| -| `rustc` | Rust 编译器 | | `Android NDK` | Android 本地开发工具包 | -### Rust 依赖 - -| 依赖 | 简介 | -|------------------|-------------------------------------------------------| -| `android_logger` | Android 日志记录工具 | -| `anyhow` | 错误处理库 | -| `bitflags` | 用于生成位操作结构的宏 | -| `const_format` | 编译时字符串格式化 | -| `futures` | 异步编程的抽象实现 | -| `konst` | 编译时常量比较 | -| `lazy_static` | 用于声明静态延迟比较变量的宏 | -| `libc` | 对各平台系统C语言库的原始 FFI 绑定 | -| `log` | 日志外观框架 | -| `memfd` | 内存文件描述符实用程序 | -| `num_enum` | 在数字类型和枚举类型之间进行转换的衍生宏 | -| `passfd` | 通过Unix套接字传递文件描述符 | -| `proc-maps` | 解析和分析进程内存映射 | - ### C++ 依赖 | 依赖 | 简介 |