39 releases (15 stable)

3.6.5 Feb 15, 2024
3.6.0 May 3, 2023
3.5.0 Jan 9, 2023
3.4.0 Dec 13, 2022
0.3.10 Jul 30, 2019

#26 in HTTP client

Download history 6/week @ 2023-12-04 1/week @ 2023-12-11 5/week @ 2023-12-18 10/week @ 2023-12-25 23/week @ 2024-01-08 29/week @ 2024-01-15 4/week @ 2024-01-22 100/week @ 2024-01-29 243/week @ 2024-02-05 485/week @ 2024-02-12 86/week @ 2024-02-19 121/week @ 2024-02-26 24/week @ 2024-03-04 1541/week @ 2024-03-11 2176/week @ 2024-03-18

3,867 downloads per month
Used in 5 crates (4 directly)

Apache-2.0

310KB
8K SLoC

Autorelease

Conjure-Rust

CircleCI Bintray License

Conjure support for Rust.

conjure-rust

conjure-rust is an RFC 002-compliant CLI, which can be used via a build tool like gradle-conjure, or manually:

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

Documentation

conjure-codegen is the library which turns a Conjure IR file into Rust code. It powers the conjure-rust CLI, but can also be used on its own in e.g. build scripts as an alternative approach. See its documentation for more details, as well as examples of generated code.

conjure-error

Documentation

conjure-error is the runtime support library that the errors generated by conjure-codegen depend on. It defines various standard error types and functionality to serialize and deserialize errors.

conjure-http

Documentation

conjure-http is the runtime support library that the service clients and resources generated by conjure-codegen depend on. It defines interfaces used by the underlying client and server implementations.

conjure-object

Documentation

conjure-object is the runtime support library that the objects generated by conjure-codegen depend on. It reexports the various third party types that correspond to Conjure primitives.

conjure-serde

Documentation

conjure-serde provides wrapper types for serde Serializers and Deserializers which adjust behavior to match Conjure's expectations around binary data, non-finite floating point values, and unknown fields.

Dependencies

~8–11MB
~189K SLoC