/nbytes

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

Primary LanguageC++MIT LicenseMIT

nbytes

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

Building

cmake -B build
cmake --build build

Testing

ctest --test-dir build