Skip to content

String<N> and improved documentation.

Latest
Compare
Choose a tag to compare
@josemariasola josemariasola released this 01 Jul 03:57
· 7 commits to master since this release
66911a9

StringN and BlockStream v2.0.0

New String<N> type and improved documentation.

Release Notes

  • New type String<N>.
  • New readme.md.
  • Renamed repo to StringNAndBlockStream.
  • Revamped and renamed test, examples, and drivers.
  • Simplified header comments.
  • Added missing include guards (d’oh!).

Productos Principales

  • StringN.h: String<N>, PackString, UnpackString.
  • BlockStream.h: WriteBlock, ReadBlock.

Productos de Soporte

  • README.md
  • Backlog.md (Kanban board)
  • Makefile (pending)
  • StringNDriver.cpp
  • StringNTest.cpp
  • BlockStreamDriver.cpp
  • BlockStreamTest.cpp
  • BlockStreamAndStringNDriver.cpp
  • BlockStreamAndStringNTest.cpp