simpleio 0.2.3

A simple crate for file io that i use in my personal projects.
Documentation
[[bin]]
name = "testbin"
path = "src/bin.rs"

[dependencies]

[lib]
name = "simpleio"
path = "src/lib.rs"

[package]
authors = ["Cody Bloemhard <codybloemhard@gmail.com>"]
description = "A simple crate for file io that i use in my personal projects."
edition = "2021"
keywords = ["file", "io"]
license = "GPL-3.0-or-later"
name = "simpleio"
readme = "README.md"
repository = "https://github.com/codybloemhard/simpleio"
version = "0.2.3"