Skip to content

Wireless4024/cli-arg-parser-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

(WIP) Cli args parser (rust)

How it work?

This library help to parse cli argument (inspired from linux cli)
currently working with utf-8 input, ascii mode for zero-copy parsing is coming soon.

\'\"\n\r\t\v\x61\u1F600\\\\A 'word with space' also\ space

will output as

"\'\"\n\r\t\x0b\x61😀\\\\A"
"word with space"
"also space"

About

simple cli args parser in rust

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages