summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
authornarimiran <narimiran@disroot.org>2019-01-11 08:51:19 +0100
committernarimiran <narimiran@disroot.org>2019-01-11 08:51:19 +0100
commit0a2f711b9e91ae0b188bc9616598d2fcbd8b29b3 (patch)
tree349416ecf1577c3a9485e60f904882405fdbdef7 /doc
parent540d102d87645394d1f6e1c5116f9507a269882c (diff)
downloadNim-0a2f711b9e91ae0b188bc9616598d2fcbd8b29b3.tar.gz
revert moving `oids` and `smtp` to graveyard
Diffstat (limited to 'doc')
-rw-r--r--doc/lib.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/lib.rst b/doc/lib.rst
index d6c296e8d..6b1af43e1 100644
--- a/doc/lib.rst
+++ b/doc/lib.rst
@@ -238,6 +238,9 @@ Internet Protocols and Support
   This module implements a simple HTTP client which supports both synchronous
   and asynchronous retrieval of web pages.
 
+* `smtp <smtp.html>`_
+  This module implement a simple SMTP client.
+
 * `cookies <cookies.html>`_
   This module contains helper procs for parsing and generating cookies.
 
@@ -372,6 +375,12 @@ Multimedia support
 Miscellaneous
 -------------
 
+* `oids <oids.html>`_
+  An OID is a global ID that consists of a timestamp,
+  a unique counter and a random value. This combination should suffice to
+  produce a globally distributed unique ID. This implementation was extracted
+  from the Mongodb interface and it thus binary compatible with a Mongo OID.
+
 * `endians <endians.html>`_
   This module contains helpers that deal with different byte orders.