Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 405 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 405 Bytes

resizable-buffer

The resizable buffer for C++ with a single header file.

Requirement

No addtional requirement if you're just using it. But if you're developing resizable-buffer, you may need:

  • lcov: For testing coverage;
  • Node.js:For some useful scripts like cpplint, clang-format, etc;

Run Test Cases

$ make test