driscoll 0.1.2

Useful libraries created by John Driscoll - free to use
Documentation

About This Crate

I really enjoy being able to pick up a language quickly and create something useful. Working with a number of languages, I come across the same early challenges, often with the same solutions. Shortcuts to common requirements are needed. This crate is my personal collection of functions which make Rust easier for me to create with.

If you find anything here useful, you can use it free.

Modules

Terminal

This contains functions which help interaction with the terminal, primarily getting information from it.

Changelog

  • 0.1.2 - Changed terminal/get_arg() return from Result<String, Error> to Option as it does not actually return an error
  • 0.1.1 - Renamed module io to terminal to better reflect specialisation of the code
  • 0.1.0 - Initial Release