Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Config/CLI parser template for rust projects

Features:

--- Lots of different comments and list brackets

--- '_' instead of empty values

--- Must use double quotes for values inside config file

Comments: ';;', '#', '==>', '-->', '/*', '//'

List brackets: '< >', '[ ]', '{ }'

Usage: (CLI) --some-option='value',

(Config) some_option = "value", some_option = <"value1", "value2">

About

Cool parser template for CLI arguments and config files with many types of comments and list brackets. Pretty safe

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages