nodejs / nbytes

A library of byte handling functions extracted from Node.js core
MIT License
6 stars 1 forks source link

nbytes

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

Building

cmake -B build
cmake --build build

Testing

ctest --test-dir build