Skip to content
dsh.fish
Bundle

dsh-json-to-rust

JSON 转 Rust:把 JSON 数据转换为 serde Rust 结构体

Source
uckkk
License
MIT
Updated
Updated 7 days ago

Readme

# dsh-json-to-rust · JSON 转 Rust

把 JSON 数据转换为 serde Rust 结构体。纯 Node 实现。

## 提供的工具

| 工具 | 作用 |
|---|---|
| `json_to_rust` | JSON → Rust struct |

## 安装

```bash
dsh plugin add dsh-json-to-rust
```
安装后在 profile 的 `package.json` 的 `dsh.profile.bundles` 中加入 `"dsh-json-to-rust"`。

## 用法示例

```
把这个 JSON 转成 Rust 结构体
→ 调用 json_to_rust(data={id:1,name:"test"})
```

## 安装

```bash
dsh plugin add github:uckkk/dsh-json-to-rust
```

> 安装即在本机运行第三方代码,请自行审阅源码。

## 安装

```bash
dsh plugin add github:uckkk/dsh-json-to-rust
```

## 使用

安装后在会话中调用该插件注册的工具即可。

## 许可

MIT

> 安装即在本机运行第三方代码,请自行审阅源码。

Install

dsh plugin --profile web add github:uckkk/dsh-json-to-rust

Profile: web

  • This source has no pinned commit, so a later push upstream changes what installs. Prefer pinning a commit.
Source