minor updates
[svjatoslav_commons.git] / doc / index.org
index 4d7cb24..cfb8b4b 100644 (file)
 
 * General
 Library contains:
-- Wildcards matcher. (?, *)
+- Commandline Interface helper
 
 - Commandline arguments parser and validator.
 
+- Bit input and output streams.
+
+- Slightly enhanced data input and output streams.
+
+- Byte array to HEX string converter.
+
+- Utility that tries to quess user desktop directory.
+
 - File path parser.
 
+- File IO helper.
+
 - Graphical error dialog.
   - Reusable graphical dialog to capture and show program exceptions
     and associated program call stack traceback.
 
-- Primitive URL parameters encoder / decoder.
+- Primitive and simple component to add navigation menus to the web
+  sites.
+
+- String tokenizer.
 
+- Improved String, optimized for dealing with prefixes and suffixes.
+
+- Wildcards matcher. (?, *)
 
 * Usage
 Instructions to embed svjatoslav-commons in your project as a library: