# nbytes **Repository Path**: mirrors_nodejs/nbytes ## Basic Information - **Project Name**: nbytes - **Description**: A library of byte handling functions extracted from Node.js core - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-07-11 - **Last Updated**: 2026-01-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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 ```