1.3.4 • Published 2 months ago

@serenityjs/binarystream v1.3.4

Weekly downloads
-
License
MIT
Repository
-
Last release
2 months ago

binarystream

Binarystream is a simple package designed to simplify streaming of binary data in Javascript, while being written in Rust.

Usage

import { BinaryStream } from '@serenityjs/binarystream'

const stream = new BinaryStream()
stream.writeUint8(255)
stream.writeString('Hello World!')

stream.readUint8() // 255
stream.readString() // Hello World!

Documentation

Documentation can be found here

1.3.4

2 months ago

1.3.1

2 months ago

1.3.0

2 months ago

1.2.6

3 months ago

1.2.5

3 months ago

1.2.4

3 months ago

1.2.3

5 months ago

1.2.2

5 months ago

1.2.1

5 months ago

1.2.0

5 months ago

1.1.4

6 months ago

1.1.1

6 months ago

1.1.0

6 months ago

1.0.6

6 months ago

1.0.5

6 months ago

1.0.1

6 months ago

1.0.0

6 months ago