0.2.0 • Published 2 years ago

@hpmason/rezy v0.2.0

Weekly downloads
-
License
Zlib OR Apache-2....
Repository
github
Last release
2 years ago

Rezy

(name pending)

Rezy is a deno library implementing Result and Option types, based off rust's data structures under the same name.

How to use

TS w/ Node

Requires tsconfig.json to set:

  • "module" to any ESM version
  • "moduleResolution" to "node"
{
  "compilerOptions": {
    /* Minimal settings to work with this module: */
    "module": "ES2020",         /* Any ES module is fine */
    "moduleResolution": "node", /* Must be node */
  }
}

Deno

Just import with CDN

import * as rezy from "https://unpkg.com/@hpmason/rezy@0.2.0/mod.ts";
0.2.0

2 years ago

0.2.0-pre.4

2 years ago

0.2.0-pre.3

2 years ago

0.2.0-pre.2

2 years ago

0.2.0-pre.1

2 years ago

0.2.0-pre.0

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago