diff options
author | narimiran <narimiran@disroot.org> | 2019-01-11 08:51:19 +0100 |
---|---|---|
committer | narimiran <narimiran@disroot.org> | 2019-01-11 08:51:19 +0100 |
commit | 0a2f711b9e91ae0b188bc9616598d2fcbd8b29b3 (patch) | |
tree | 349416ecf1577c3a9485e60f904882405fdbdef7 /doc | |
parent | 540d102d87645394d1f6e1c5116f9507a269882c (diff) | |
download | Nim-0a2f711b9e91ae0b188bc9616598d2fcbd8b29b3.tar.gz |
revert moving `oids` and `smtp` to graveyard
Diffstat (limited to 'doc')
-rw-r--r-- | doc/lib.rst | 9 |
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. |