文件名称:ram:生锈的API建模器:ram:
文件大小:4.3MB
文件格式:ZIP
更新时间:2024-03-31 01:20:19
Rust
生锈的API建模器 与语言无关的openapi代码生成器。 在以下用例中可用的示例: 锈(火箭,Actix) 去(回声) PostgreSQL模式 Java(类,Spark) 但是,可以通过提供语言yaml文件和一些生成所需的模板来实现语言。 欢迎捐款! 用法 从一个示例config.yaml : # Target lang spec # Can be file path or built-in yaml spec lang: "rust" # Template files, optional and used for overriding built-in templates templates: # Path for custom model template file model: "templates/custom_model.rs.template" # F
【文件预览】:
ram-master
----Cargo.lock(22KB)
----assets()
--------rust()
--------c()
--------go()
--------postgresql()
--------java()
----Dockerfile(80B)
----tests()
--------test_generate.rs(7KB)
----.gitlab-ci.yml(4KB)
----src()
--------util.rs(9KB)
--------main.rs(2KB)
--------state.rs(359B)
--------config.rs(3KB)
--------helper.rs(969B)
--------resource.rs(8KB)
--------assets.rs(641B)
--------lib.rs(5KB)
--------lang.rs(7KB)
--------model.rs(10KB)
--------param.rs(2KB)
----Cargo.toml(867B)
----examples()
--------rust()
--------openapi()
--------go()
--------postgresql()
--------java()
----LICENSE.md(1KB)
----.gitignore(431B)
----README.md(3KB)