Name: | nodejs-ctype |
---|---|
Version: | 0.5.3 |
Release: | 3.el7 |
Architecture: | noarch |
Group: | System Environment/Libraries |
Size: | 93820 |
License: | MIT |
RPM: | nodejs-ctype-0.5.3-3.el7.noarch.rpm |
Source RPM: | nodejs-ctype-0.5.3-3.el7.src.rpm |
Build Date: | Wed Nov 01 2017 |
Build Host: | x86-ol7-builder-02.us.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/rmustacc/node-ctype |
Summary: | Read and write binary structures and data types with Node.js |
Description: | Node-CType is a way to read and write binary data in a structured and easy to use format. Its name comes from the C header file. There are two APIs that you can use, depending on what abstraction you'd like. The low level API lets you read and write individual integers and floats from buffers. The higher level API lets you read and write structures of these. |