ez_fs 0.1.0

A filesystem simplification over the standard library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[dependencies]

[package]
categories = ["data-structures", "filesystem"]
description = "A filesystem simplification over the standard library"
edition = "2021"
exclude = ["/foo.txt"]
keywords = ["fs", "filesystem", "devtool", "directory"]
license = "MIT OR Apache-2.0"
name = "ez_fs"
readme = "readme.md"
repository = "https://github.com/JamieH01/ez_fs"
version = "0.1.0"