An open API service indexing awesome lists of open source software.

https://github.com/nodejs/nbytes

A library of byte handling functions extracted from Node.js core
https://github.com/nodejs/nbytes

Last synced: 5 months ago
JSON representation

A library of byte handling functions extracted from Node.js core

Awesome Lists containing this project

README

          

# nbytes

A library of byte handling functions extracted from Node.js core

## Building

```bash
cmake -B build
cmake --build build
```

## Testing

```bash
ctest --test-dir build
```