You've already forked ReZygisk
mirror of
https://github.com/PerformanC/ReZygisk.git
synced 2025-09-06 06:37:01 +00:00
remove: Rust dependencies information from README.md (#74)
This commit removes information about Rust dependencies used in previous Zygiskd from "README.md" file.
This commit is contained in:
19
README.md
19
README.md
@@ -25,27 +25,8 @@ The Zygisk Next developers are famous and trusted in the Android community, howe
|
|||||||
|
|
||||||
| Tool | Description |
|
| Tool | Description |
|
||||||
|-----------------|----------------------------------------|
|
|-----------------|----------------------------------------|
|
||||||
| `rustc` | The Rust compiler |
|
|
||||||
| `Android NDK` | Native Development Kit for Android |
|
| `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
|
### C++ Dependencies
|
||||||
|
|
||||||
| Dependency | Description |
|
| Dependency | Description |
|
||||||
|
|||||||
19
README_CN.md
19
README_CN.md
@@ -25,27 +25,8 @@ Zygisk Next 的开发者们在Android社区享有盛誉,备受信任。但这
|
|||||||
|
|
||||||
| 工具 | 简介 |
|
| 工具 | 简介 |
|
||||||
|---------------|------------------------------------|
|
|---------------|------------------------------------|
|
||||||
| `rustc` | Rust 编译器 |
|
|
||||||
| `Android NDK` | Android 本地开发工具包 |
|
| `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++ 依赖
|
### C++ 依赖
|
||||||
|
|
||||||
| 依赖 | 简介 |
|
| 依赖 | 简介 |
|
||||||
|
|||||||
Reference in New Issue
Block a user