59 个版本 (20 个稳定版本)

4.3.0 2024年6月25日
4.0.0-rc42024年5月24日
3.6.6 2024年4月10日
3.6.5 2024年2月15日
0.2.4 2019年2月11日

#25 in 构建实用工具

Download history 154/week @ 2024-05-03 171/week @ 2024-05-10 228/week @ 2024-05-17 310/week @ 2024-05-24 512/week @ 2024-05-31 439/week @ 2024-06-07 264/week @ 2024-06-14 295/week @ 2024-06-21 246/week @ 2024-06-28 169/week @ 2024-07-05 223/week @ 2024-07-12 185/week @ 2024-07-19 224/week @ 2024-07-26 155/week @ 2024-08-02 179/week @ 2024-08-09 151/week @ 2024-08-16

725 每月下载量
conjure-runtime 中使用

Apache-2.0

765KB
22K SLoC

Autorelease

Conjure-Rust

CircleCI Bintray License

Conjure 对 Rust 的支持。

conjure-rust

conjure-rust 是一个符合 RFC 002 的 CLI,可以通过构建工具如 gradle-conjure 或手动使用。

USAGE:
    conjure-rust generate [OPTIONS] <inputJson> <outputDirectory>

ARGS:
    <inputJson>          Path to a JSON-formatted Conjure IR file
    <outputDirectory>    Directory to place generated code

OPTIONS:
        --exhaustive                  Generate exhaustively matchable enums and unions
        --useStagedBuilders           Generate compile-time safe builders to ensure all required
                                      attributes are set
        --stripPrefix <prefix>        Strip a prefix from types's package paths
        --productName <name>          The name of the generated crate
        --productVersion <version>    The version of the generated crate
    -h, --help                        Print help information

conjure-codegen

文档

conjure-codegen 是将 Conjure IR 文件转换为 Rust 代码的库。它为 conjure-rust CLI 提供动力,但也可以在构建脚本等场景中独立使用,作为替代方案。请参阅其文档以获取更多详细信息以及生成的代码示例。

conjure-error

文档

conjure-errorconjure-codegen 生成的错误所依赖的运行时支持库。它定义了各种标准错误类型以及序列化和反序列化错误的功能。

conjure-http

文档

conjure-httpconjure-codegen 生成的服务客户端和资源所依赖的运行时支持库。它定义了底层客户端和服务器实现使用的接口。

conjure-object

文档

conjure-objectconjure-codegen 生成的对象所依赖的运行时支持库。它重新导出与 Conjure 基本类型相对应的各种第三方类型。

conjure-serde

文档

conjure-serde 提供了 serde SerializerDeserializer 的包装类型,这些类型调整行为以符合 Conjure 对二进制数据、非有限浮点值和未知字段的期望。

依赖项

约 7–15MB
约 175K SLoC