Files
Nim/doc
Adam Strzelecki be991ed413 Rename rawsockets module to nativesockets
This change was done to avoid confusion with TCP/IP raw sockets. Native sockets
module represents handling native system low level socket API in general and is
not just limited anyhow to TCP/IP raw sockets.

A stub lib/deprecated/pure/rawsockets.nim module has been added as
compatibility layer for old code using rawsockets, so this change will not
break existing code.
2015-10-03 19:45:41 +02:00
..
2015-09-30 12:29:32 -07:00
2015-02-15 16:20:32 +00:00
2015-03-12 12:17:08 +01:00
2014-08-28 22:36:14 +02:00
2015-09-10 10:50:29 +02:00
2015-09-10 10:50:29 +02:00
2015-04-24 12:36:41 +02:00
2015-02-15 16:20:32 +00:00
2015-05-31 19:07:44 +02:00
2014-10-20 08:44:00 +02:00
2015-07-10 03:51:00 -04:00
2015-04-30 14:32:01 +02:00
2014-08-28 22:36:14 +02:00
2015-09-20 18:16:51 -07:00
2015-07-18 15:35:27 +02:00
2015-06-19 01:08:41 -05:00

============================
Nim's documenation system
============================

This folder contains Nim's documentation. The documentation
is written in a format called *reStructuredText*, a markup language that reads
like ASCII and can be converted to HTML automatically!