driscoll 0.1.2

Useful libraries created by John Driscoll - free to use
Documentation
  • Coverage
  • 60%
    3 out of 5 items documented3 out of 3 items with examples
  • Size
  • Source code size: 976.3 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.15 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 10s Average build duration of successful builds.
  • all releases: 10s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • jddrust

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