X-Git-Url: http://www2.svjatoslav.eu/gitweb/?p=svjatoslav_commons.git;a=blobdiff_plain;f=doc%2Findex.org;h=cfb8b4b786cdadaa8777c521bd74b7c5fbbf95a7;hp=4d7cb24e375b7a51a4662b1d798de00a299209b0;hb=a8164358cbf6ceedabae88880078307b604db829;hpb=acde4973ab5eb9f8d7ec5ef2cba2d5f3dc6cdb1c diff --git a/doc/index.org b/doc/index.org index 4d7cb24..cfb8b4b 100644 --- a/doc/index.org +++ b/doc/index.org @@ -16,18 +16,34 @@ * 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: