8 个版本

0.20.0 2023 年 7 月 15 日
0.20.0-alpha.132023 年 7 月 14 日
0.20.0-alpha.102023 年 6 月 26 日

#4 in #distant

Download history 3/week @ 2024-03-07 9/week @ 2024-03-14 23/week @ 2024-03-28 24/week @ 2024-04-04

88 每月下载
用于 distant

MIT/Apache

440KB
10K SLoC

distant local

Crates.io Docs.rs Rustc 1.70.0

详细信息

distant-local 库作为 CLI 的远程服务器的主要实现。逻辑在服务器的本地机器上执行,旨在作为远程操作处理的基础。

安装

您可以通过将以下内容添加到您的 Cargo.toml 文件中导入依赖项

[dependencies]
distant-local = "0.20"

示例

use distant_local::{Config, new_handler};

// Create a server API handler to be used with the server
let handler = new_handler(Config::default()).unwrap();

许可证

此项目可根据您的选择使用以下任一许可证

Apache 许可证第 2 版,(LICENSE-APACHE 或 apache-license) MIT 许可证 (LICENSE-MIT 或 mit-license)

依赖项

~19–32MB
~547K SLoC