Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 184 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 184 Bytes

nbytes

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

Building

cmake -B build
cmake --build build

Testing

ctest --test-dir build