0.4.0 • Published 6 days ago

@wundergraph/rust-client v0.4.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
6 days ago

Rust Client for WunderGraph

This package implements a code generator that produces a Rust client library to communicate with your WunderGraph application.

To enable it, add its generator to your WunderGraph application.

import { rustClient } from '@wundergraph/rust-client';
...

configureWunderGraphApplication({
    ...
    generate: {
        codeGenerators: [
            ...
            {
                templates: rustClient(),
                path: '../rust/client',
            },
	],
    },
    ...
});

This will generate a Rust package at $WUNDERGRAPH_DIR/../rust/client the next time you run wunderctl generate.

Optional configuration

The Rust client generator supports the following configuration options:

  • packageName: Package name for the generated client package
  • packageVersion: Package version for the generated client package
0.4.0

6 days ago

0.3.3

1 month ago

0.3.2

2 months ago

0.3.1

3 months ago

0.3.0

4 months ago

0.2.3

5 months ago

0.2.2

5 months ago

0.2.1

6 months ago

0.2.0

6 months ago

0.1.10

6 months ago

0.1.9

7 months ago

0.1.8

7 months ago

0.1.7

7 months ago

0.1.6

7 months ago

0.1.5

7 months ago

0.1.4

7 months ago

0.1.3

7 months ago

0.1.2

8 months ago

0.1.1

8 months ago

0.1.0

8 months ago