blob: 61772a43001946cc98c39456a3fb407054355125 [file] [log] [blame] [view]
# Starboard Common Library
Shared library code of C++ helper classes on top of the C Starboard APIs.
A good example is the `Socket` class built on top of the `SbSocket` API. The
class provides RAII-style mechanism to manage resources.
## Intended Use
The library is intended to be used by both Starboard and Cobalt layers.