rustvec2array
TypeScript icon, indicating that this package has built-in type declarations

1.0.4 • Public • Published

a tool to transfor rust Vec to Array

[
  { Position: { start: 0, end: 140 } },
  { String: '{  ' },
]

==========>

[
  { start: 0, end: 140 },
  '{  ',
]

Usage

import transform from "rustvec2array";

tranform(params)

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.4
    2
    • latest

Version History

Package Sidebar

Install

npm i rustvec2array

Weekly Downloads

3

Version

1.0.4

License

ISC

Unpacked Size

1.94 kB

Total Files

4

Last publish

Collaborators

  • zhaoyinggang