Skip to content
/ brev Public

๐Ÿ’€ Do or die: quick and dirty utility functions in rust

License

Notifications You must be signed in to change notification settings

casey/brev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

34 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

brev

Quick and dirty utility functions.

Rust uses explicit error handling, and in most cases this encourages careful coding. However, sometimes you just want to get in, frob some files, and get out, which is where brev comes in.

Brev provides utility functions that allow you to write simple scripts in rust quickly.

Since they don't return errors, they just panic if something goes wrong. For simple scripts that are run interactively, this is might good enough.

And, if you do need to handle errors, you can copy pasta from brev as a starting point.

About

๐Ÿ’€ Do or die: quick and dirty utility functions in rust

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages