You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/renderers-rust/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,6 +47,7 @@ The `renderVisitor` accepts the following options.
47
47
|`dependencyMap`|`Record<string, string>`|`{}`| A mapping between import aliases and their actual crate name or path in Rust. |
48
48
|`renderParentInstructions`|`boolean`|`false`| When using nested instructions, whether the parent instructions should also be rendered. When set to `false` (default), only the instruction leaves are being rendered. |
49
49
|`traitOptions`|[`TraitOptions`](#trait-options)|`DEFAULT_TRAIT_OPTIONS`| A set of options that can be used to configure how traits are rendered for every Rust types. See [documentation below](#trait-options) for more information. |
50
+
|`anchorTraits`|`boolean`|`true`| Whether to generate Anchor traits `impl` for account types. |
0 commit comments