Skip to content

Utility macros for easier handling of options in Nim

Notifications You must be signed in to change notification settings

PMunch/nim-optionsutils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

optionsutils

This module implements conveniences for dealing with the Option type in Nim. It is based on superfuncs maybe library and Toccatas novel boolean approach but also implements features found elsewhere.

The goal of this library is to make options in Nim easier and safer to work with by creating good patterns for option handling. It consists of two files: optionsutils which implements all the features, along with safeoptions which exists to provide a safe way to use options. It gives you all the functionality of the options and optionsutils modules, but will leave out get and unsafeGet so that only the safe patterns from optionsutils will be available for use.

To see what optionsutils offers, see the documentation.

About

Utility macros for easier handling of options in Nim

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages