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