Socket
Socket
Sign inDemoInstall

@8n/binset

Package Overview
Dependencies
0
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @8n/binset

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


Version published
Weekly downloads
2
Maintainers
1
Created
Weekly downloads
 

Readme

Source

@rmw/utf8

wasm wrapper for wasm

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

wasm

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) 代码计划。

人民网络

FAQs

Last updated on 21 Sep 2023

Did you know?

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

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc