@happy-js/happy-rusty@1.5.0Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Built and signed on GitHub Actions
latest
JiangJie/happy-rustyPorting some excellent design implementations from Rust to JavaScript.
This package works with Node.js, Deno, Bun, BrowsersIt is unknown whether this package works with Cloudflare Workers




JSR Score
100%
Published
11 months ago (1.5.0)
Use Rust features in JavaScript happily
中文
Supported
Installation
# via pnpm pnpm add happy-rusty # or via yarn yarn add happy-rusty # or just from npm npm install --save happy-rusty # via JSR jsr add @happy-js/happy-rusty # for deno deno add @happy-js/happy-rusty # for bun bunx jsr add @happy-js/happy-rusty
then import to your code.
import { Some, None, Ok, Err } from 'happy-rusty';
Enjoy the happiness.
Examples
Docs
Built and signed on
GitHub Actions
Add Package
deno add jsr:@happy-js/happy-rusty
Import symbol
import * as happy_rusty from "@happy-js/happy-rusty";
Import directly with a jsr specifier
import * as happy_rusty from "jsr:@happy-js/happy-rusty";
Add Package
pnpm i jsr:@happy-js/happy-rusty
pnpm dlx jsr add @happy-js/happy-rusty
Import symbol
import * as happy_rusty from "@happy-js/happy-rusty";
Add Package
yarn add jsr:@happy-js/happy-rusty
yarn dlx jsr add @happy-js/happy-rusty
Import symbol
import * as happy_rusty from "@happy-js/happy-rusty";
Add Package
vlt install jsr:@happy-js/happy-rusty
Import symbol
import * as happy_rusty from "@happy-js/happy-rusty";
Add Package
npx jsr add @happy-js/happy-rusty
Import symbol
import * as happy_rusty from "@happy-js/happy-rusty";
Add Package
bunx jsr add @happy-js/happy-rusty
Import symbol
import * as happy_rusty from "@happy-js/happy-rusty";