Asynchronous IO in Nim SSL Examples Chat server Imports Types Procs Exports Source Edit This module implements a high-level asynchronous sockets API based on the as...
Exception tracking Exception tracking Nim supports exception tracking. The raises pragma can be used to explicitly define which exceptions a proc/iterator/method/converter is ...
Reference and pointer types Reference and pointer types References (similar to pointers in other programming languages) are a way to introduce many-to-one relationships. This ...
What is NRE? Licencing Imports Types Options Procs Iterators Exports Source Edit What is NRE? A regular expression library for Nim using PCRE to do the hard work....