Socket
Book a DemoInstallSign in
Socket

@exo-tech-xyz/renderers-rust

Package Overview
Dependencies
Maintainers
0
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@exo-tech-xyz/renderers-rust

Renders Rust clients for your programs

0.21.8
latest
Source
npmnpm
Version published
Maintainers
0
Created
Source

Kinobi ➤ Renderers ➤ Rust

npm npm-downloads

This package generates Rust clients from your Kinobi IDLs.

Installation

pnpm install @exo-tech-xyz/renderers-rust

[!NOTE] This package is not included in the main kinobi package.

However, note that the renderers package re-exports the renderVisitor function of this package as renderRustVisitor.

Usage

Once you have a Kinobi IDL, you can use the renderVisitor of this package to generate Rust clients. You will need to provide the base directory where the generated files will be saved and an optional set of options to customize the output.

// node ./kinobi.mjs
import { renderVisitor } from '@exo-tech-xyz/renderers-rust';

const pathToGeneratedFolder = path.join(__dirname, 'clients', 'rust', 'src', 'generated');
const options = {}; // See below.
kinobi.accept(renderVisitor(pathToGeneratedFolder, options));

Options

The renderVisitor accepts the following options.

NameTypeDefaultDescription
deleteFolderBeforeRenderingbooleantrueWhether the base directory should be cleaned before generating new files.
formatCodebooleanfalseWhether we should use cargo fmt to format the generated code. When set to true, the crateFolder option must be provided.
toolchainstring"+stable"The toolchain to use when formatting the generated code.
crateFolderstringnoneThe path to the root folder of the Rust crate. This option is required when formatCode is set to true.
dependencyMapRecord<ImportFrom, string>{}A mapping between import aliases and their actual crate name or path in Rust.
renderParentInstructionsbooleanfalseWhen using nested instructions, whether the parent instructions should also be rendered. When set to false (default), only the instruction leaves are being rendered.

Keywords

solana

FAQs

Package last updated on 07 Feb 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.