A lightweight C implementation of a memory backed stream. Designed for embedded system usage the library supports standard types and performs founds checking during each call.
- Allocation free
- Bounds checking
- BSD licensed
Based on MemoryStream from .NET, https://docs.microsoft.com/en-us/dotnet/api/system.io.memorystream
mkdir build
cd build
cmake ../
make
Perform the steps above to build
make test