cfo 0.1.0

A crate with the filesystem operations described at rust by example page.
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "cfo"
version = "0.1.0"
edition = "2021"
authors = ["Ramon Moraes"]
description = "A crate with the filesystem operations described at rust by example page."
license = "MIT"
documentation = "https://docs.rs/cfo/latest/cfo/"
homepage = "https://github.com/rmoraes92/cfo"

[dependencies]