Skip to content
/ zinput Public
forked from ziglibs/zinput

A Zig command-line input library!

Notifications You must be signed in to change notification settings

koachan/zinput

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zinput

A Zig command-line input library!

Usage

const zinput = @import("zinput");

const my_string = try zinput.askString(allocator, "I need a string!", 128);
defer allocator.free(my_string);

Check out the test in main.zig for an example!

About

A Zig command-line input library!

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Zig 100.0%