From a404ec540aebe92b6c150023dcb40ce48fefe40f Mon Sep 17 00:00:00 2001 From: Araq Date: Fri, 20 Sep 2019 20:12:16 +0200 Subject: [PATCH] updated lib.rst and added some useful missing modules --- doc/lib.rst | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/doc/lib.rst b/doc/lib.rst index d9c471bbc4..ad08af27de 100644 --- a/doc/lib.rst +++ b/doc/lib.rst @@ -132,6 +132,9 @@ Collections String handling --------------- +* `cstrutils `_ + Utilities for ``cstring`` handling. + * `std/editdistance `_ This module contains an algorithm to compute the edit distance between two Unicode strings. @@ -262,6 +265,9 @@ Math libraries * `stats `_ Statistical analysis +* `std/sums `_ + Fast sumation functions. + Internet Protocols and Support ------------------------------ @@ -444,6 +450,9 @@ Miscellaneous * `logging `_ This module implements a simple logger. +* `quitprocs `_ + Better implementation of ``system.addQuitProc``. + * `segfaults `_ Turns access violations or segfaults into a ``NilAccessError`` exception. @@ -453,6 +462,9 @@ Miscellaneous * `unittest `_ Implements a Unit testing DSL. +* `std/varints `_ + Decode variable length integers that are compatible with SQLite. + Modules for JS backend ---------------------- @@ -510,6 +522,8 @@ Windows specific * `winlean `_ Contains a wrapper for a small subset of the Win32 API. +* `registry `_ + Windows registry support. UNIX specific @@ -517,8 +531,6 @@ UNIX specific * `posix `_ Contains a wrapper for the POSIX standard. -* `linux `_ - Contains a wrapper for Linux's APIs. Regular expressions