https://github.com/nodejs/nbytes
A library of byte handling functions extracted from Node.js core
https://github.com/nodejs/nbytes
Last synced: 5 months ago
JSON representation
A library of byte handling functions extracted from Node.js core
- Host: GitHub
- URL: https://github.com/nodejs/nbytes
- Owner: nodejs
- License: mit
- Created: 2024-07-09T18:14:03.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2026-02-11T16:31:57.000Z (5 months ago)
- Last Synced: 2026-02-12T01:05:10.487Z (5 months ago)
- Language: C++
- Size: 20.5 KB
- Stars: 8
- Watchers: 40
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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
```