#json-schema #generate #applications #line #command #type #output

app schemafy-cli

命令行应用程序,用于从 Json Schema 生成 Rust 类型

1 个不稳定版本

0.1.0 2020年10月29日

#2538数据库接口

每月 22 次下载

MIT 许可协议

6KB
67

schemafy-cli

schemafy-cli 是一个工具,用于从 JSON Schema Draft 4 文件生成 Rust 结构体。输出将输出到标准输出。

用法

schemafy-cli <path-to-schema-dir> | tee my_types.rs

或者如果我们想让这些内容更美观

schemafy-cli <path-to-schema-dir> | rustfmt |  tee my_types.rs

示例

schemafy-cli ./resources/test | rustfmt | tee ocpp_16.rs

依赖项

~4–13MB
~150K SLoC