Skip to content

Commit e1bec8d

Browse files
committed
indicate this a rust example
1 parent d3e1315 commit e1bec8d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

client-generator/custom.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ The `-g` argument can point to any resolvable node module which means it can be
1616

1717
Client Generator makes use of the [Handlebars](https://handlebarsjs.com/) template engine. You can use any programming language or file type. Your generator can also pass data to your templates in any shape you want.
1818

19+
In this example, we'll create a simple [Rust](https://www.rust-lang.org) file defining a new `struct` and creating some instances of this `struct`.
20+
1921
### Generator
2022

2123
```js

0 commit comments

Comments
 (0)