0.4.0 • Published 1 year ago

@wundergraph/rust-client v0.4.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 year 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

1 year ago

0.3.3

1 year ago

0.3.2

1 year ago

0.3.1

1 year ago

0.3.0

1 year ago

0.2.3

2 years ago

0.2.2

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.10

2 years ago

0.1.9

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago