diff options
author | 2023-05-10 17:42:27 +0200 | |
---|---|---|
committer | 2023-05-10 17:42:27 +0200 | |
commit | 0af5ecc5021a5ee270463ccea5da4309fe87e693 (patch) | |
tree | 8c42cc4fe3160ba059169a4d5a23076ea60c423e | |
parent | cc751bec152236f2d1a1306cd144a1fe252f5565 (diff) | |
download | utils-0af5ecc5021a5ee270463ccea5da4309fe87e693.tar.gz utils-0af5ecc5021a5ee270463ccea5da4309fe87e693.zip |
Update README.md
-rw-r--r-- | README.md | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -1,3 +1,10 @@ -# clist +# c-utils -A framework to manage lists on C language.
\ No newline at end of file +A utility toolkit for the C language. These are the main features: + +* lists - you can manage lists in a simple way. + +Upcoming features: + +* maps - you can create maps with a key ad a value. The only limitation is the +key must be a string. |