-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
ghaerdi edited this page Aug 14, 2026
·
4 revisions
You can install rustify using your favorite package manager or directly from
jsr.
rustify is built for Deno and published to JSR, so deno add is the most
direct way:
deno add @ghaerdi/rustifyTo use the npm build under Deno instead:
deno add npm:@ghaerdi/rustifynpm install @ghaerdi/rustify
# or
yarn add @ghaerdi/rustify
# or
pnpm add @ghaerdi/rustify
# or
bun add @ghaerdi/rustifynpx jsr add @ghaerdi/rustify
# or
bunx jsr add @ghaerdi/rustify
npx jsr add,deno add, andbunx jsr addall install the same JSR package — pick whichever runtime you're using.