Skip to content
/ nbytes Public

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

License

Notifications You must be signed in to change notification settings

nodejs/nbytes

Repository files navigation

nbytes

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

Building

cmake -B build
cmake --build build

Testing

ctest --test-dir build