diff options
| author | Tyge Løvset <[email protected]> | 2021-01-21 11:44:08 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-01-21 11:44:08 +0100 |
| commit | ed26ff6b63ac1751eb9cb200701e6164401c0313 (patch) | |
| tree | cc6ca2fedc159aa2e8d68ccb149ce5303d6786a0 | |
| parent | 862a023307c703c327fbbd1386c2f03e7a48ee84 (diff) | |
| download | STC-modified-ed26ff6b63ac1751eb9cb200701e6164401c0313.tar.gz STC-modified-ed26ff6b63ac1751eb9cb200701e6164401c0313.zip | |
Update README.md
| -rw-r--r-- | README.md | 12 |
1 files changed, 7 insertions, 5 deletions
@@ -1,13 +1,15 @@ 
-STC - the Standard Template Containers
-======================================
+STC - Standard Template Containers - C99 header-only library
+============================================================
Introduction
------------
-An modern, templated, user-friendly, fast, fully typesafe, and customizable container library for C99, with a uniform API.
-This is a compact headers-only library with the all of the "standard" data containers, except for the multi-map/set variants:
+An modern, templated, user-friendly, fast, fully typesafe, and customizable container library for C99,
+with a uniform API that uses the naming conventions from the c++ standard template library (STL) where possible.
+
+This is a compact, headers-only library with the all the major "standard" data containers, except for the multi-map/set variants:
- [***carray*** - Templated **multi-dimensional array** type](docs/carray_api.md)
- [***cbits*** - A **std::bitset** / **boost::dynamic_bitset** alike type](docs/cbits_api.md)
- [***cdeq*** - Templated **std::deque** alike type](docs/cdeq_api.md)
@@ -24,7 +26,7 @@ This is a compact headers-only library with the all of the "standard" data conta - [***cvec*** - Templated **std::vector** alike type](docs/cvec_api.md)
Others:
-- [***ccommon*** - General definitions](docs/ccommon_api.md)
+- [***ccommon*** - General definitions, and handy safe-to-use macros](docs/ccommon_api.md)
- [***coption*** - Implements ***coption_get()***, similar to posix **getopt_long()**](docs/coption_api.md)
- [***crandom*** - A novel, extremely fast **pseudo-random number generator**](docs/crandom_api.md) named **stc64**.
|
