ioutil 0.0.1

IO Utility functions to make common tasks in Rust less cumbersome.
Documentation
1
2
3
4
5
6
7
8
9
10
[package]
name = "ioutil"
version = "0.0.1"
authors = ["Mathew Robinson <mrobinson@praelatus.io>"]
description = "IO Utility functions to make common tasks in Rust less cumbersome."
license = "Apache-2.0"
readme = "./README.md"
license-file = "./LICENSE"

[dependencies]