summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2022-05-01 15:15:46 +0200
committerGitHub <[email protected]>2022-05-01 15:15:46 +0200
commited651596c428aac5be995f003007ba44cd0dacef (patch)
treec06f63b58e2ffcc0fa46626e00abe2b15cfb8a5c
parent6233eeb707bb218c885455f12c067e68b94529e0 (diff)
downloadSTC-modified-ed651596c428aac5be995f003007ba44cd0dacef.tar.gz
STC-modified-ed651596c428aac5be995f003007ba44cd0dacef.zip
Update README.md
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 516fd925..1db04986 100644
--- a/README.md
+++ b/README.md
@@ -39,6 +39,8 @@ may be used to iterate from `it1` up to `it2`.
It is an advantage to know how these containers work in other languages, like Java, C# or C++, but not required.
The library is mature and well tested, so please try it out and report any issue.
+Contents
+--------
- [***ccommon*** - RAII and iterator macros](docs/ccommon_api.md)
- [***carc*** - **std::shared_ptr** alike support](docs/carc_api.md)
- [***carr2/3*** - **2d** and **3d** dynamic **array** type](docs/carray_api.md)