# @w5/blake3

Latest version **0.0.10** (published 2023-05-29) · Apache-2.0 license · 0 weekly downloads

## Install

```sh
npm install @w5/blake3
pnpm add @w5/blake3
yarn add @w5/blake3
bun add @w5/blake3
```

## Health

**Score 25/100 (F)** — status: abandoned.

Positive: has types; esm support; no vulnerabilities.

Warnings: low downloads; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.10 |
| Published | 2023-05-29 |
| First published | 2023-03-20 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Unpacked size | 37.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | i@wac.tax |
| Maintainers | i-user |

## Links

- npm: https://www.npmjs.com/package/@w5/blake3
- Repository: https://github.com/wactax/node
- Homepage: https://github.com/wactax/node/tree/main/blake3
- Issues: https://github.com/wactax/node/issues
- npm.io page: https://npm.io/package/@w5/blake3

## Recent versions

- 0.0.10 (latest) — 2023-05-29
- 0.0.9 — 2023-05-29
- 0.0.8 — 2023-05-29
- 0.0.7 — 2023-05-29
- 0.0.6 — 2023-03-31
- 0.0.1 — 2023-03-20

## README

<!-- 本文件由 ./readme.make.md 自动生成，请不要直接修改此文件 -->

# @rmw/utf8

wasm wrapper for wasm-set

see https://lib.rs/crates/wasm-set


## wasm-set

Short text compression algorithm for utf-8 (optimized for Chinese , developed based on rust programming language).

面向utf-8的短文本压缩算法（为中文压缩优化，基于rust编程语言开发）。



##  安装

```
yarn add @rmw/utf8
```

或者

```
npm install @rmw/utf8
```

## 使用

```
#!/usr/bin/env coffee

import {encode, encode_bin, decode} from './pkg'

t = encode 'test'
console.log t
console.log decode t

t = encode_bin Buffer.from('test')
console.log t
console.log decode t
```

## 关于

本项目隶属于**人民网络([rmw.link](//rmw.link))** 代码计划。

![人民网络](https://raw.githubusercontent.com/rmw-link/logo/master/rmw.red.bg.svg)

---
_Source: https://npm.io/package/@w5/blake3 · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
